luciaeveberger / info_security

0 stars 0 forks source link

info_security

  1. Create and activate virtual env virtualenv -p /usr/local/bin/python3 env && source env/bin/activate
  2. install Requirements pip install -r requirements.txt
  3. Run Application: cd secretsapp && python manage.py runserver

added superuser for db. username: CSI. email: csi@unibz.it password: superprotected But I don't know if it database and stuff will come with push.

added populator.py - run to populate db if git doesn't transfer it.

to create db, run this commands: