Changeset - cbecbf9a4102
[Not reviewed]
0 3 0
Christopher Neugebauer - 8 years ago 2016-04-25 08:50:09
chrisjrn@gmail.com
Tidies up some docs
3 files changed with 6 insertions and 2 deletions:
0 comments (0 inline, 0 general)
docs/integration.rst
Show inline comments
...
 
@@ -3,3 +3,3 @@ Integrating Registrasion
 

	
 
Registrasion is a Django app. It does not provide any templates -- you'll need to develop these yourself. You can use the ``registrasion-demo`` project as a starting point.
 
Registrasion is a Django app. It does not provide any templates -- you'll need to develop these yourself. You can use the `registrasion-demo <https://github.com/chrisjrn/registrasion-demo>`_ project as a starting point.
 

	
docs/inventory.rst
Show inline comments
...
 
@@ -6,2 +6,7 @@ Registrasion uses an inventory model to keep track of tickets, and the other var
 

	
 
All of the classes described herein are available through the Django Admin interface.
 

	
 
Overview
 
--------
 

	
 
The inventory model is split up into Categories and Products. Categories are used to group Products.
registrasion/controllers/cart.py
Show inline comments
...
 
@@ -280,3 +280,2 @@ class CartController(object):
 
        for error in ve.error_list:
 
            print error.message
 
            errors.append(error.message[1])
0 comments (0 inline, 0 general)