crazy4python is the django blogging site.
you must have installed python 3.8 or latest to your local machine.
then clone this repository https://github.com/narkhedesam/crazy4python.git
$ git clone https://github.com/narkhedesam/crazy4python.git
Firstly switch to directery crazy4python add requirements
cd crazy4python
python3.8 -m pip install -r requirements.txt
after that you need to migrate the changes
python3.8 manage.py makemigrations
python3.8 manage.py migrate
Then Create an superuser to handle admin area
# provide required information for this command
python manage.py createsuperuser
Run django at local
python3.8 manage.py runserver 0.0.0.0:8000
you can access the site at http://localhost:8000
Sameer Narkhede
Profile : https://github.com/narkhedesam
Website : https://narkhedesam.github.io/
If this project help you reduce time to develop, you can give me a cup of coffee