Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/t1m4/django_smarthouse

This is my coursework in Creating Web Applications on Python
https://github.com/t1m4/django_smarthouse

celery coursera django django-heroku

Last synced: 8 days ago
JSON representation

This is my coursework in Creating Web Applications on Python

Awesome Lists containing this project

README

        

My project on course Python Creation
Web application on Django

Deploying django project Heroku:
Inctruction:
1. Add file requirements.txt with library
2. Add file Procfile

web: gunicorn yourproject.wsgi --log-file -

3. Change django settings.py Add
import django_heroku

and
django_heroku.settings(locals())

4. Create app on heroku and execute some commands on terminal:
heroku login

git init

heroku git:remote -a appname

git push heroku master

Hereyou can find full description and project's purpose.
And here you can find our project