Skip to content

jcsongor/django-boilerplate

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

django-boilerplate

Starting new django projects made easy.

Prerequisites

To run the server locally, all you need is docker and GNU Make.

Initializing a new django project

make start-django-project APP_NAME=<your_app_name_goes_here>

Starting the service

make start

Open http://localhost:8080/ in your browser to verify that your new Django project is up and running.

Getting rid of the boilerplate init code

make eject-django-project APP_NAME=<your_app_name_goes_here>

Stopping the service

make stop

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published