initial generated django files
This commit is contained in:
parent
ecc4d138b0
commit
18a9d825f2
6 changed files with 161 additions and 0 deletions
43
.gitignore
vendored
Normal file
43
.gitignore
vendored
Normal file
|
@ -0,0 +1,43 @@
|
|||
# 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
|
||||
_build/
|
||||
*.sqlite3
|
Loading…
Add table
Add a link
Reference in a new issue