add db to repo
This commit is contained in:
parent
f2fc2362a7
commit
9b3973805e
7 changed files with 97 additions and 55 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -9,8 +9,8 @@
|
|||
*.pyc
|
||||
__pycache__/
|
||||
local_settings.py
|
||||
*.sqlite3
|
||||
db.sqlite3
|
||||
# *.sqlite3
|
||||
# db.sqlite3
|
||||
db.sqlite3-journal
|
||||
media
|
||||
#static
|
||||
|
@ -21,6 +21,7 @@ profile_images
|
|||
# in your Git repository. Update and uncomment the following line accordingly.
|
||||
# <django-project-name>/staticfiles/
|
||||
|
||||
# db.sqlite3
|
||||
### Django.Python Stack ###
|
||||
# Byte-compiled / optimized / DLL files
|
||||
*.py[cod]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue