clarification
This commit is contained in:
parent
10648a6d0a
commit
0806b55cbe
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,6 +1,8 @@
|
|||||||
# project specific
|
# project specific
|
||||||
settings.json
|
settings.json
|
||||||
db.sqlite3
|
db.sqlite3
|
||||||
|
dummyusers.json
|
||||||
|
*.prof
|
||||||
|
|
||||||
# Byte-compiled / optimized / DLL files
|
# Byte-compiled / optimized / DLL files
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
@ -8,6 +8,7 @@ Remove the `.bak` from `db.sqlite3.bak` and `settings.json.bak`
|
|||||||
run `./manage.py runserver`
|
run `./manage.py runserver`
|
||||||
|
|
||||||
this is in development mode. don't actually use it or release it like this. The debug info it shows is spicy.
|
this is in development mode. don't actually use it or release it like this. The debug info it shows is spicy.
|
||||||
|
The instructions mentioned above are for running this in debug mode, not to deploy the project, and this will be ammended in the future.
|
||||||
# Features
|
# Features
|
||||||
|
|
||||||
- [x] Books
|
- [x] Books
|
||||||
|
Loading…
Reference in New Issue
Block a user