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

ninjadev/blast-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BLAST

Persistent social image sharing feed for the whole world.

Installing

virtualenv blast && cd blast && source bin/activate 
git clone git@github.com: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

About

Django backend and web frontend for blast

Resources

Stars

Watchers

Forks

Packages

No packages published