initial project based on twoscoops template
- used https://github.com/twoscoops/django-twoscoops-project - removed templates and static files - changed requirements, settings and docs
This commit is contained in:
commit
ccb7fc7b6b
25 changed files with 1210 additions and 0 deletions
41
.gitignore
vendored
Normal file
41
.gitignore
vendored
Normal file
|
@ -0,0 +1,41 @@
|
|||
# Python bytecode:
|
||||
*.py[co]
|
||||
|
||||
# Packaging files:
|
||||
*.egg*
|
||||
|
||||
# Sphinx docs:
|
||||
build
|
||||
|
||||
# SQLite3 database files:
|
||||
*.db
|
||||
|
||||
# Logs:
|
||||
*.log
|
||||
|
||||
# Eclipse
|
||||
.project
|
||||
.pydevproject
|
||||
.settings
|
||||
|
||||
# Linux Editors
|
||||
*~
|
||||
\#*\#
|
||||
/.emacs.desktop
|
||||
/.emacs.desktop.lock
|
||||
.elc
|
||||
auto-save-list
|
||||
tramp
|
||||
.\#*
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Mac
|
||||
.DS_Store
|
||||
._*
|
||||
|
||||
# Windows
|
||||
Thumbs.db
|
||||
Desktop.ini
|
||||
|
||||
.ropeproject
|
Loading…
Add table
Add a link
Reference in a new issue