Skip to content

A nice, cloneable sample project to facilitate easy development using Django and Buildout.

License

Notifications You must be signed in to change notification settings

naftulikay/django-buildout-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#django-buildout-starter#

http://github.com/rfkrocktk/django-buildout-starter

This is a wonderful little Buildout project to help get you started with Django development aided by the wonderful dependency management provided by the zc:buildout project.

The important files and folders to change from the beginning are the following:

  • .gitignore - As with any Git project, modify this file to make sure that certain things are being automatically included/excluded according to your liking. django-buildout-starter provides reasonable defaults, of course, but feel free to customize.
  • setup.py - This file is the standard Python setup file which describes project dependencies and information. It also comes in handy should you ever desire to publish your application to the Python Package Index.
  • buildout.cfg - This file contains your zc:buildout recipes which handle generation of a Python library, a Django command-line, as well as PyDev support for starters.
  • src/djangobuildoutstarter - Rename this folder to the name of your new project, but be sure to rename things in setup.py, buildout.cfg, and in the project's settings.py file so as to keep references up to date.

If you have any ideas for making this starter project better or for reporting a bug in the initial layout/configuration, please use GitHub's issue tracker.

###Links###

setuptools documentation.
setuptools tutorial.
zc:buildout homepage
zc:buildout Tutorial

About

A nice, cloneable sample project to facilitate easy development using Django and Buildout.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages