- After installing python 3.8
python -m pip install -r requirements.txt
- Setup configuration file
- Create a json file named "django-config.json" with a key "SECRET_KEY" in the base directory of the project.
- Example config file contents:
{"SECRET_KEY": "8278s8878hijhji286167"}
- If not placed in the base directory, make sure to update
CONFIG_FILE
in privzone/settings.py to be the relative path to the config file.
- Migrations
python manage.py makemigrations
andpython manage.py migrate
to set up default database.
- Test server locally.
- Make sure
debug=True
is set in privzone/settings.py python manage.py runserver
- Make sure
- Ready for deployment
- Make sure
debug=False
is set in privzone/settings.py python manage.py collectstatic
- Make sure
-
Notifications
You must be signed in to change notification settings - Fork 0
Webapp that allows you to associate privacy zones to a car, excluding those zones from data.
License
jmscslgroup/privzone
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Webapp that allows you to associate privacy zones to a car, excluding those zones from data.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published