git clone https://github.com/iColdPlayer/django-blog.git
cd django-blog
source env/bin/activate
pip install -r requirements.txt
./manage.py runserver
Go to your local server localhost:8000
and you're ready to go!.
Thank you!.
git clone https://github.com/iColdPlayer/django-blog.git
cd django-blog
source env/bin/activate
pip install -r requirements.txt
./manage.py runserver
Go to your local server localhost:8000
and you're ready to go!.
Thank you!.