Skip to content

vikiWayne/django_boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Boilerplate

Django Boilerplate for quickly getting started with django projects.

Getting started with Django Boilerplate

Steps:

  1. Clone/pull/download this repository
  2. Create a virtualenv with virtualenv env and install dependencies with pip install -r requirements.txt
    The requirements.txt will install the latest version od django. if you want a specific version, you are free to edit the file !
  3. Configure your .env variables
  4. Rename your project with python manage.py rename <yourprojectname> <newprojectname>

This project includes:

  1. Settings modules for deploying with Azure
  2. Django commands for renaming your project and creating a superuser
  3. A cli tool for setting environment variables for deployment
justDjango

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published