Initial commit
This commit is contained in:
commit
793bb6a488
182 changed files with 17153 additions and 0 deletions
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
*.pyc
|
||||
*.sqlite3
|
||||
*.dump
|
||||
settings/__init__.py
|
||||
/media/
|
||||
/fixtures/
|
||||
scripts/*
|
||||
/static/
|
||||
.idea/*
|
||||
.git/*
|
||||
info/*
|
||||
stock
|
||||
data/*
|
||||
Loading…
Add table
Add a link
Reference in a new issue