Skip to content

lisagandy/CodeGate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeGate

DeflateGate Demo

  1. clone CodeGate

git clone https://github.com/lisagandy/CodeGate.git

  1. move to CodeGate project root directory

cd CodeGate/

  1. clone static

git clone https://github.com/jordangumm/static

  1. move to django project root directory

cd mysite/

  1. migrate apps

python manage.py makemigrations news beta

  1. migrate project

python manage.py migrate

  1. load deflategate data from NYTimes

python manage.py load_deflategate_data

  1. host locally for testing

python manage.py runserver

  1. load given url in browser!
Not Looking Pretty?

If the result doesn't have any noticable styling, the static files directory is probably not being referenced. Adding your local path to the static directory under the settings.py STATICFILES_DIRS attribute should fix this.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors