Skip to content
This repository has been archived by the owner on Oct 27, 2020. It is now read-only.

Latest commit

 

History

History
37 lines (22 loc) · 619 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 619 Bytes

BLAST

Persistent social image sharing feed for the whole world.

Installing

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

Warning

Do not delete settings.py from git, as the prod script then will die.

Commands

Start development server

make run

Migrate database changes

make migrate

Create new migrations or model changes

make migrations

Update dependencies

make update

Deploy to server

fab deploy