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

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