Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/t1m4/django_smarthouse
- Owner: t1m4
- Created: 2020-12-04T17:18:58.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-01T17:28:20.000Z (about 4 years ago)
- Last Synced: 2024-11-14T20:28:41.706Z (2 months ago)
- Topics: celery, coursera, django, django-heroku
- Language: HTML
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My project on course Python Creation
Web application on DjangoDeploying django project Heroku:
Inctruction:
1. Add file requirements.txt with library
2. Add file Procfileweb: gunicorn yourproject.wsgi --log-file -
3. Change django settings.py Addimport django_heroku
anddjango_heroku.settings(locals())
4. Create app on heroku and execute some commands on terminal:heroku logingit initheroku git:remote -a appnamegit push heroku masterHereyou can find full description and project's purpose.
And here you can find our project