Added new files
This commit is contained in:
commit
18a0d48c8c
31 changed files with 1956 additions and 0 deletions
11
.gitignore
vendored
Normal file
11
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
*~
|
||||
*.pyc
|
||||
__pycache__
|
||||
modules/*
|
||||
!modules/welcome
|
||||
!modules/admin
|
||||
settings/*
|
||||
!settings/__init__.py
|
||||
!settings/config.py.sample
|
||||
themes/*
|
||||
!themes/default/
|
||||
Loading…
Add table
Add a link
Reference in a new issue