Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

A Django 2.0 base template featuring all recommended best practices for deployment on Heroku and local development.

NotificationsYou must be signed in to change notification settings

heroku/heroku-django-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An utterly fantastic project starter template for Django 2.0.

Features

  • Production-ready configuration for Static Files, Database Settings, Gunicorn, etc.
  • Enhancements to Django's static file serving functionality via WhiteNoise.
  • Latest Python 3.6 runtime environment.

How to Use

To use this project, follow these steps:

  1. Create your working environment.
  2. Install Django ($ pipenv install django)
  3. Create a new project using this template

Creating Your Project

Using this template to create a new Django app is easy::

$ django-admin.py startproject --template=https://github.com/heroku/heroku-django-template/archive/master.zip --name=Procfile helloworld

(If this doesn't work on windows, replacedjango-admin.py withdjango-admin)

You can replacehelloworld with your desired project name.

Deployment to Heroku

$ git init$ git add -A$ git commit -m "Initial commit"$ heroku create$ git push heroku master$ heroku run python manage.py migrate

See also, aready-made application, ready to deploy.

License: MIT

Further Reading

About

A Django 2.0 base template featuring all recommended best practices for deployment on Heroku and local development.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors22

Languages


[8]ページ先頭

©2009-2025 Movatter.jp