Skip to content

This is my coursework in Creating Web Applications on Python

Notifications You must be signed in to change notification settings

t1m4/django_smarthouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 -
  1. Change django settings.py Add
    import django_heroku
    and
    django_heroku.settings(locals())
  2. 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

About

This is my coursework in Creating Web Applications on Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published