Last active
June 2, 2018 18:19
-
-
Save mineta/ea63c1f2857bdb523c15 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
<a href="http://marinamele.com/taskbuster-django-tutorial" | |
target="_blank">TaskBuster Django Tutorial</a> | |
To start using the Boilerplate, check out the :doc:`requirements` | |
and next the :doc:`quick_start`. | |
Contents | |
-------- | |
.. toctree:: | |
:maxdepth: 2 | |
requirements | |
quick_start | |
Indices and tables | |
================== | |
* :ref:`genindex` | |
* :ref:`modindex` | |
* :ref:`search` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment