1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 09:58:23 +02:00

and so it begins

This commit is contained in:
Pierre-antoine Comby
2019-07-07 20:49:02 +00:00
commit 4d1b70940e
10 changed files with 282 additions and 0 deletions

19
.gitignore vendored Normal file
View File

@ -0,0 +1,19 @@
.DS_Store
.idea
*.log
tmp/
*.py[cod]
*.egg
build
htmlcov
**/auto/
### Django ###
*.log
*.pot
*.pyc
__pycache__/
local_settings.py
env/
db.sqlite3