Skip to content

Webapp that allows you to associate privacy zones to a car, excluding those zones from data.

License

Notifications You must be signed in to change notification settings

jmscslgroup/privzone

Repository files navigation

privzone

Webapp that allows you to associate privacy zones to a car, excluding those zones from data.

Code Test Lint Check Code style: black

Running

  • 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 and python 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
  • Ready for deployment
    • Make sure debug=False is set in privzone/settings.py
    • python manage.py collectstatic

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

No packages published