Skip to content

swyxio/django-quick-start

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

this is a basic django site following django's tutorial

must run with env var DJANGO_SECRET_KEY. you can generate with echo "$(openssl rand -base64 32)"

  • Build command: ./build.sh
  • start command: cd mysite && gunicorn mysite.wsgi:application

This is deployed at https://django-test-9g3f.onrender.com/

You can Deploy to Render

About

Deploy a Django app on Render

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 85.2%
  • JavaScript 9.5%
  • Python 4.0%
  • HTML 1.3%