This is a project to learn how to use Django.
The Django Tutorial by The Net Ninja is followed. Link. Course Files.
This project has been developed and run on a Macbook Pro 2017 with MacOS Mojave 10.14.3.
To enter the virtual environment direct to the bin folder and run the source command:
cd ~/blog/djangoEnv/bin/
source activate
Install all files from the requirements.txt:
pip install -r requirements.txt
To run the server simply direct to the top folder:
cd ~/blog/django_projects/
And then run the server:
python manage.py runserver
The website can be found at localhost:8000 in your preferred browser.
- Python 3.6 - The programming language
- Django 1.11 - The Web framework for perfectionists with deadlines
- Bjørnar Kjenaas Mælum - Initial work - bmaelum
This project is licensed under the MIT License - see the LICENSE.md file for details
- Shaun - Creator of tutorial - iamshaunjp