Skip to content
This repository was archived by the owner on Jan 3, 2019. It is now read-only.

spoof/django-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-skeleton

Django-skeleton is a tool and the bunch of config templates for a Django project generation Inspired by django-site-gen.

Features

  • Works out of the box
  • Almost fully configurable. It's possible to use in templates all variables from config file
  • Fabric library for project deployment

Requirements

Get Django-skeleton

Clone repository.

Usage

Change settings in conf.yaml file and run:

python generate_site.py

That's all.

Some tips about settings variable for default templates:

  • project_name - Project name (used by python manage.py statproject {{ project_name }})
  • site_name - Domain name (used by nginx config file and fabfile)
  • port - port of gunicorn (uses for Nginx proxy settings)
  • base_site - place where to create virtualenv
  • production_base_site - place where to create project structure on a production server

About

Django-skeleton is a tool and the bunch of config templates for a Django project generation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published