git clone git@github.com:Kadermiyanyedi/PriviaSecurityInternshipChallenge.git
cd PriviaSecurityInternshipChallenge
-
Create venv
python -m venv env
-
Activate venv
-
On Linux use :
source env/bin/activate
-
On Windows use :
env\Scripts\activate
pip install -r requirements.txt
cd blog
python manage.py migrate
username : admin password: admin
If you want create a new super user :
python manage.py createsuperuser --email admin@example.com --username admin
python manage.py runserver
Go to localhost:8000 in your browser
python manage.py test api