Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mazulo/taskbuster-boilerplate
https://github.com/mazulo/taskbuster-boilerplate
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mazulo/taskbuster-boilerplate
- Owner: mazulo
- License: mit
- Created: 2015-06-16T13:29:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-16T13:32:18.000Z (over 9 years ago)
- Last Synced: 2023-08-15T11:30:42.982Z (over 1 year ago)
- Language: Python
- Size: 563 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.md
Awesome Lists containing this project
README
Welcome to TaskBuster's documentation!
======================================This is an awesome **Django Project Boilerplate**!!
With this code you can start a *complex* Django Project
very quickly, with just a few steps!
Some of the TaskBuster Django Project Boilerplate functionalities are:
- **different virtual environments** for developing, testing and production
- **Internationalization** and **localization** to support different languages
- Project structure
- **HTML5 Boilerplate**
- Template Inheritance
- Functional **tests**
- robots.txt and humans.txt configured
Moreover, you can learn how to create this boilerplate **step by step**
in the |taskbuster_tutorial|. There you can learn, step by step, how
TaskBuster has been done, and even do it yourself if you want to!!
.. |taskbuster_tutorial| raw:: html
TaskBuster Django Tutorial
To start using the Boilerplate, check out the :doc:`requirements`
and next the :doc:`quick_start`.