Skip to content

papjuli/my-first-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django tutorial

I'm following the Django girls tutorial to create a simple web application (a blog) using Django.

Notes

See notes.md.

Dependencies:

Django

$ pip install django

Starting and stopping the server:

If you are starting it for the first time, you have to create a database first:

$ python manage.py migrate

This creates an sqlite3 database.

To run the server:

$ python manage.py runserver

Stop with Ctrl+C.

About

Following the Djangogirls tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published