Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
UmSenhorQualquer committed Aug 3, 2018
1 parent 9d90f4c commit 227ac9a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
15 changes: 1 addition & 14 deletions docs/source/getting-started/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,7 @@ On this page it is explained how to configure your environment and your django a
Configure the environment
==========================

* First clone the `Pyforms <https://bitbucket.org/UmSenhorQualquer/pyforms-web/>`_ git project at bitbucket.

.. code:: bash
git clone https://bitbucket.org/UmSenhorQualquer/pyforms-web.git
* Then open the terminal and install the **requirements.txt** in the pyforms-web directory to configure your environment.
* Install Pyforms using **pip**.

.. code:: bash
Expand Down Expand Up @@ -48,13 +42,6 @@ Edit the django project **settings.py** file to include the next configurations.
'pyforms_web.web.middleware.PyFormsMiddleware'
]
STATICFILES_DIRS = [
os.path.join(BASE_DIR, "static", 'semantic-ui'),
os.path.join(BASE_DIR, "static", 'jquery-ui'),
os.path.join(BASE_DIR, "static", 'js'),
os.path.join(BASE_DIR, "static", 'css'),
]
Edit the django project **urls.py** file to include the next urls configurations.

Expand Down
14 changes: 0 additions & 14 deletions docs/source/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,6 @@ Orquestra implements a layout environment to accommodate Pyforms applications. T

|
Requirements
=============

- Python 3
- Django (2.0+)
- simplejson
- sorl-thumbnail
- dill
- filelock
- Pillow
- python-dateutil
- confapp



Developer
=============
Expand Down

0 comments on commit 227ac9a

Please sign in to comment.