Simple blog creates in django
To run this project make sure you have the following requirements on your machine python 3+ Virtual environment
Run the following command if you don't have virtual environment on your system Pip install virtualenv
Virtualenv environment name Pip install -r requirements.txt
The command above will install everything required to run the project
To start the server makemigrations and migrate to create a database
Py manage.py makemigrations Py manage.py migrate Py manage.py createsuperuser Py manage.py runserver
In your terminal you will see 127.0.0.1:8000
Copy the url and paste it in your browser
That's all You are good to go 🤗😊🤗