make a first rough layout

This commit is contained in:
Jannis Gebauer 2017-02-25 14:08:50 +01:00
parent 32f2491c44
commit adce52418b
5 changed files with 178 additions and 4 deletions

View File

@ -7,6 +7,8 @@ A Cookiecutter_ template for Django.
.. _cookiecutter: https://github.com/audreyr/cookiecutter
**Todo:** some infos about each section here
Contents:
.. toctree::

View File

@ -1,14 +1,67 @@
Local Development
=================
**Todo:** quick intro what this document covers.
Python Virtualenv
-----------------
Step 1: Make a new virtualenv
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
*Todo*
Step 2: Install development dependencies
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
*Todo*
Step 3: Install Postgres
^^^^^^^^^^^^^^^^^^^^^^^^
*Todo: Section for windows, linux, mac*
Step 4: Start Django
^^^^^^^^^^^^^^^^^^^^
*Todo*
FAQ
---
^^^
*Todo*
Troubleshooting
---------------
^^^^^^^^^^^^^^^
*Todo*
Docker
------
Step 1: Install Docker
^^^^^^^^^^^^^^^^^^^^^^
*Todo*
Step 2: Install Docker Compose
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
*Todo*
Step 3: Start the project
^^^^^^^^^^^^^^^^^^^^^^^^^
*Todo*
FAQ
^^^
*Todo*
Troubleshooting
^^^^^^^^^^^^^^^
*Todo*

View File

@ -1,14 +1,77 @@
Production
==========
**Todo:** quick intro what this document covers.
Prerequisites
-------------
Step 1: Register Domain
^^^^^^^^^^^^^^^^^^^^^^^
*Todo*
Step 2: Create Mailgun Account
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
*Todo*
Step 3: Create AWS Account
^^^^^^^^^^^^^^^^^^^^^^^^^^
*Todo*
FAQ
---
^^^
*Todo*
Troubleshooting
---------------
^^^^^^^^^^^^^^^
*Todo*
Docker
------
*Todo*
FAQ
^^^
*Todo*
Troubleshooting
^^^^^^^^^^^^^^^
*Todo*
Ubuntu
------
*Todo*
FAQ
^^^
*Todo*
Troubleshooting
^^^^^^^^^^^^^^^
*Todo*
Elastic Beanstalk (unsupported)
-------------------------------
*Todo*
Heroku (unsupported)
--------------------
*Todo*
Python Anywhere (unsupported)
-----------------------------
*Todo*

View File

@ -1,8 +1,39 @@
Setup
=====
**Todo:** quick intro what this document covers.
Step 1: Install Cookiecutter
----------------------------
*Todo*
Step 2: Run Cookiecutter Django
-------------------------------
*Todo*
Step 3: Install Cookiecutter
----------------------------
*Todo*
Step 4: Create a new GitHub repo (optional)
-------------------------------------------
*Todo*
Step 5: Add the repo to pyup.io (optional)
------------------------------------------
*Todo*
Step 6: Add the repo to Travis CI (optional)
--------------------------------------------
*Todo*
FAQ
---

View File

@ -1,6 +1,31 @@
The Project
===========
**Todo:** quick intro what this document covers.
Project Structure
-----------------
*Todo*
Features
--------
*Todo*
Settings
--------
*Todo*
Dependencies
------------
*Todo*
Third Party Services
--------------------
*Todo*
FAQ