A Django powered photo editing app
A Django based photo editing app that uses Pillow to manipulate and create effects on images.
- Facebook Sign-up and Sign-in
- Country flag effects
- Sharing on Facebook
From the root directory run python django_photo/manage.py test photo
- Download/Clone the repo
- cd into the project root in your favorite commandline tool
- Run
pip install -r requirements.txtto install all dependencies - Create an environment variable
DJANGO_ENVIRONMENTwith the value 'development', 'production', or 'testing' depending on the environment - Run
python django_photo/manage.py makemigrationsand then runpython django_photo/manage.py migrateto create tables in the database - Run
python django_photo/manage.py runserverto start the server
1.0.0
http://shutterpix.herokuapp.com/
God, Google, Me