Skip to content

Commit

Permalink
add admin scaffold doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanderhaegen Cedrik committed Mar 4, 2015
1 parent 09d44e7 commit 5c18db1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/install.rst
Expand Up @@ -45,12 +45,17 @@ Als je op de master versie wil werken moet je deze lijn toevoegen:
Om te starten, kun je best gebruik maken van de pyoes scaffold. Deze zal de
standaard bestanden die nodig zijn toevoegen aan een static dir. Op zich is dit
geen volledige pyramid scaffold. Deze maakt dus geen models, views en andere aan.
Gebruik hiervoor een andere scaffold zoals de alchemy scaffold.
Gebruik hiervoor een andere scaffold zoals de alchemy scaffold. Er zijn 2 scaffodls beschikbaar in pyoes:
* een scaffold voor de public frontend (pyoes)
* een admin scffold (pyoesAdmin)
De admin scaffold is nieuw vanaf versie 3.1.

.. code-block:: bash
$ pcreate -s alchemy <package_naam>
$ pcreate -s pyoes <package_naam>
# of
$ pcreate -s pyoesAdmin <package_naam>
.. warning::

Expand Down

1 comment on commit 5c18db1

@cedrikv
Copy link
Contributor

@cedrikv cedrikv commented on 5c18db1 Mar 4, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ref #17

Please sign in to comment.