tba
https://demo-bpstash.herokuapp.com/admin
-
Manage User -~~reg/login/~~forget
-
Add P-picture
-
Person module: .apis: get person, create person, delete person, update person's details .serialize persons .set fav_pic for person object
-
Add image obj foreign key-ed to user
-
add FC and FR to gallery
-
Setting up djcelery(Refer:http://michal.karzynski.pl/blog/2014/05/18/setting-up-an-asynchronous-task-queue-for-django-using-celery-redis/, https://github.com/celery/celery/tree/master/examples/django/proj)
-
Celery with supervisord(Refer:https://thomassileo.name/blog/2012/08/20/how-to-keep-celery-running-with-supervisor/)
-
Setting up ec2 instance(Refer:https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/get-set-up-for-amazon-ec2.html)
-
Host on ec2 instance(Refer:https://gist.github.com/Atem18/4696071)
- cd ~
- mkdir env
- cd env
- virtualenv bpstash
- cd/path/to/project
- source activate.sh
- pip install -r requirements.txt
- python manage.py runserver