Skip to content
This repository has been archived by the owner on Jul 17, 2018. It is now read-only.

texas/tx_people

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tx_people

This Django application was generated using the Texas Tribune's Generic Django app template.

Installation & Configuration

You can install this using pip like this:

pip install tx_people

Once installed, you need to add it to your INSTALLED_APPS. You can do that however you like or you can copy-and-paste this in after your INSTALLED_APPS are defined.

INSTALLED_APPS += ['tx_people', ]

Now you're ready to start using tx_people.

Usage

TODO

Example

All of the usage is outlined, along with tests inside the example directory. See that directory for more information on how to run the tests and example project.