Skip to content

Commit

Permalink
More outlining
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Feb 5, 2015
1 parent 136519d commit f1f7885
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -435,9 +435,23 @@ Now run the ``migrate`` command to execute it.
$ python manage.py migrate academy
Act 3: Hello admin
Act 3: Hello CSV loader
-----------------------

- Create a new management command directory
- Put our loader command in it
- Load the CSV

Act 4: Hello admin
------------------

- Configure the admin vanilla.
- Create a superuser
- Check out how the vanilla admin looks
- Configure an admin for our model
- Tweak our admin so it's nicer
- Create users for the reporters

Then create a new superuser with permission to edit all records.

.. code-block:: bash
Expand All @@ -447,8 +461,11 @@ Then create a new superuser with permission to edit all records.
- Create an admin to access and edit the new model
- Gradually refine it so it's better

Afterparty: Hello internet
--------------------------
Act 5: Hello Internet
---------------------

Instructions for after you get home about how to host it on Amazon or something like that.

- Show how the 0.0.0.0 trick works
- Explain alternatives, like under your desk, in the cloud, etc.
- Show how to do it with Heroku maybe?

0 comments on commit f1f7885

Please sign in to comment.