clarification

This commit is contained in:
MassiveAtoms 2020-07-31 17:24:55 -03:00
parent 10648a6d0a
commit 0806b55cbe
2 changed files with 3 additions and 0 deletions

2
.gitignore vendored
View File

@ -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__/

View File

@ -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