Skip to content

UWPCEWebPython/basic-django-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Django Blog

Instructions:

$: git clone [email protected]: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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published