Skip to content

csinchok/Twitter-Roulette

Repository files navigation

Setup
--------

Pretty simple:

    > git clone https://github.com/csinchok/Twitter-Roulette.git
    > cd Twitter-Roulette
    > python2.7 bootstrap.py 
    > bin/buildout 
    > touch twitterroulette/social_keys.py
    > bin/django syncdb
    > bin/django migrate

"social_keys.py" should contain:

TWITTER_CONSUMER_KEY         = 'GET THIS FROM TWITTER'
TWITTER_CONSUMER_SECRET      = 'GET THIS FROM TWITTER'

Then run your server:

    > bin/django runserver

If you change the model, make sure you make a migration file and migrate:

    > bin/django schemamigration roulette --all
    > bin/django migrate

That's about it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published