Skip to content

KalobTaulien/django-101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published