Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.3 KB

README.md

File metadata and controls

50 lines (34 loc) · 1.3 KB

Django project

This is a project to learn how to use Django.

The Django Tutorial by The Net Ninja is followed. Link. Course Files.

Prerequisites

This project has been developed and run on a Macbook Pro 2017 with MacOS Mojave 10.14.3.

Getting Started

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.

Built With

  • Python 3.6 - The programming language
  • Django 1.11 - The Web framework for perfectionists with deadlines

Authors

  • Bjørnar Kjenaas Mælum - Initial work - bmaelum

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments