init
This commit is contained in:
commit
48703ea9fc
36 changed files with 936 additions and 0 deletions
9
.gitignore
vendored
Normal file
9
.gitignore
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
local_settings.py
|
||||
__pypackages__/
|
||||
celerybeat-schedule
|
||||
celerybeat.pid
|
||||
.env
|
||||
venv/
|
Loading…
Add table
Add a link
Reference in a new issue