Skip to content

Commit

Permalink
Ram raml as draft
Browse files Browse the repository at this point in the history
  • Loading branch information
shabda committed Mar 22, 2018
1 parent 55b6677 commit d23aaff
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
File renamed without changes.
1 change: 0 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ Appendix

postman
swagger
Documenting-API-with-RAML


* :ref:`genindex`
Expand Down
2 changes: 1 addition & 1 deletion docs/setup-models-admin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ With the simple lines of code in the 'models.py' Django can create a database sc
Now, run the :code:`makemigrations` command which will notify Django that new models have been created and those changes needs to be applied to the migration. Run :code:`migrate` command to do the actual migration.

.. code-block:: python
.. code-block:: bash
$ python manage.py makemigrations polls
Expand Down

0 comments on commit d23aaff

Please sign in to comment.