Skip to content

samyakgaur/django-static-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Project Boilerplate PRs Welcome Build Status

This repository is a boilerplate Django project for quickly getting started.

Getting started

Steps:

  1. Clone/pull/download this repository.
  2. Use of virtualenv is suggested because it wont install dependencies on your machine, Run pip install virtualenv
  • For macOS/Linux

    virtualenv venv
    source/bin/activate
    pip install -r requirements.txt
    
  • For Windows

    virtualenv venv
    venv\Scripts\activate
    pip install -r requirements.txt
    
  1. Configure your .venv variables.
  2. Rename your project with python manage.py rename <yourprojectname> <newprojectname>

This project includes:

  1. Django commands for renaming your project and creating a superuser.
  2. A cli tool for setting environment variables for deployment.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published