/django-101

Source code for the Django 101 course

Primary LanguagePython

Django 101 Course

Downloading this repo

With git:

git clone https://github.com/KalobTaulien/django-101.git

Download the .zip

Download this file and extract it.

Installation

cd django-101
pipenv shell
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver 0.0.0.0:8000