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

8 lines
260 B
Markdown

# Use of Example project
1. create virtual env
`virtualenv venv`
1. activate env `source venv/bin/activate`
1. install requirements `pip install -r requirements.txt`
1. migrate `python manage.py migrate`
1. create super user 'python manage.py createsuperuser'