Skip to content

lborgav/cookiecutter-django

Repository files navigation

cookiecutter-django

Cookiecutter Template for Django project.

Using Two-Scoops of Django and pydanny/cookiecutter-django as reference for project structure

Features

  • Django 1.5.5
  • Twitter Bootstrap 3.0.2
  • Font Awesome 4.0.3

Usage

You need to have cookiecutter. If you don't have it:

$ (sudo) pip install cookiecutter

Now run this:

$ cookiecutter https://github.com/lborgav/cookiecutter-django.git

You'll be prompted for some questions, answer them, then it will create a Django project for you based in this cookiecutter structure with its own future repository folder enclosing it.

And ...

You can do:

  • Create the virtualenv for this project using virtualenvwrapper
  • Install django and other packages for this project in the virtualenv that you've just created, using pip and the requirements folder
  • Init a git project in repo folder
  • Create, sync and migrate the databases
  • Run the project to check it working
  • and ...

CODE

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

About

My reusable Django template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages