Persistent social image sharing feed for the whole world.
virtualenv blast && cd blast && source bin/activate
git clone [email protected]:ninjadev/blast-server.git && cd blast-server
cp blast/settings/settings.py.example blast/settings/settings.py
make
Do not delete settings.py from git, as the prod script then will die.
make run
make migrate
make migrations
make update
fab deploy