Skip to content

romansemko/generator-django

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generator-django Stories in Ready Build Status

A generator for Yeoman.

Getting Started

To install generator-django from npm, run:

$ npm install -g generator-django

Then make a virtualenv and cd into it:

$ virtualenv myproject --no-site-packages
$ cd myproject

Finally, make your project directory and initiate the generator:

$ mkdir myproject && cd myproject
$ yo django

What do you get?

You get the following directory structure:

.
├── apps
├── bin
│   └── watchmedo.sh
├── bower.json
├── fabfile.py
├── __init__.py
├── libs
├── package.json
├── README.md
├── requirements
│   ├── COMMON
│   ├── DEVELOPMENT
│   ├── PRODUCTION
│   └── TESTING
├── settings
│   ├── common.py
│   ├── development.py
│   ├── __init__.py
│   └── testing.py
├── static
│   ├── css
│   ├── img
│   ├── js
│   └── vendor
│       └── bower
└── templates
    └── layout

License

MIT License

Bitdeli Badge

About

A Yeoman generator for Django.

Resources

License

Stars

Watchers

Forks

Packages

No packages published