Skip to content

Website created using Django. Followed tutorial by The Net Ninja.

Notifications You must be signed in to change notification settings

bmaelum/django_public

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Website created using Django. Followed tutorial by The Net Ninja.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published