Skip to content

jmferrete/playing-with-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

playing-with-django

To run the app (using mkvirtualenv):

$> cd StarWarsEncyclopedia
$> mkvirtualenv StarWarsEncyclopedia
$> pip install --upgrade pip
$> pip install -r requirements.txt
$> python manage.py makemigrations
$> python manage.py migrate
$> python manage.py createsuperuser
$> python manage.py runserver

And open http://localhost:8000/ in your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published