Skip to content
This repository has been archived by the owner on Mar 20, 2020. It is now read-only.

amenasse/django-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-skeleton

this is my personal django skeleton in order to provide a starting point for new django projects.

Its really just the standard django project layout as produced by django-admin.py startproject with a few minor tweaks.

A requirements.txt file for use with virtualenv is also included.

The following command line tools are implemented to bootstrap projects

django-startproject.py : this is similar to the startproject django-admin command, except it used my custom project template

django-startrepo.py : for the given project name this script will perform a series of steps to prepare the project for development.

Currently it does the following:
  • generates a git repository
  • creates a virtualenv
  • runs django-startproject to create the initial project layout
  • installs the default set of packages from requirements.txt

About

my django skeleton

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages