KalobTaulien / django-101

Source code for the Django 101 course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Source code for the Django 101 course


Languages

Language:Python 71.1%Language:HTML 28.9%