Files
django-mfa2/EXAMPLE.md
Mohamed El-Kalioby 215262a2c7 Adding Example App
2019-06-20 19:15:55 +03:00

261 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'