Skip to content

Commit

Permalink
Fix doc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
illagrenan committed Apr 27, 2016
1 parent 42e6004 commit 5ca590b
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ This will be generated from models definitions:
- Django AppConfig
- Django System Checks
- Forms classes
- Model classes
- Detail/Delete/Update/Create/List view, urls and templates
- Models classes
- Detail/Delete/Update/Create/List views, urls and templates
- Management command example
- Dummy filter
- Signals and receivers files
Expand Down Expand Up @@ -76,27 +76,18 @@ If you want to generate app called ``library``, create a file ``app_schema.yaml`
- City
- Country
You can also print example configuration by:
You can also print example configuration by executing (or check `templates/example.yaml <https://github.com/illagrenan/django-make-app/blob/master/django_make_app/templates/example.yaml>`__):

.. code:: shell
django-make-app write_config
Now execute:
Finally to generate source code of your app, execute:

.. code:: shell
django-make-app generate library
Or run this if you need help:

.. code:: shell
django-make-app --help
django-make-app generate --help
django-make-app write_config --help
This structure will be generated:

.. code::
Expand Down

0 comments on commit 5ca590b

Please sign in to comment.