A blog application built with Django Website Framework.
HOW TO IMPORT PROJECT
- launch command prompt and change directory with cd document
-
Note: cd (change directory)
Make sure you have download Git from (https://git-scm.com/download) and configure on your computer system
-
On the CMD/Terminal/Powershell from No. 1; Type: git clone https:github.com/catherine1997/mysite
-
Navigate to mysite folder with cd mysite
HOW TO INSTALL DJANGO
- On your command prompt/terminal type: pip install django
HOW TO LAUNCH
Navigate to mysite folder as directed in No.1 and type
- python manage.py runserver