Skip to content

dkkan/django-blob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Django Blog

Instructions:

$: git clone git@github.com:UWPCEWebPythonSpr18/basic-django-blog.git
$: cd basic-django-blog
$: mkvirtualenv djangoenv
$: pip install -r requirements.txt
$: ./manage.py migrate
$: ./manage.py createsuperuser
$: ./manage.py runserver

You should then be able to open http://localhost:8000/admin in your browser. "# django-blob"

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published