Files
django-mfa2/EXAMPLE.md
2021-06-23 12:15:25 +02:00

260 B

Use of Example project

  1. create virtual env virtualenv venv
  2. activate env source venv/bin/activate
  3. install requirements pip install -r requirements.txt
  4. migrate python manage.py migrate
  5. create super user 'python manage.py createsuperuser'