JKesslerPhD / FIPInjectionLogger

A website being developed to help FIP Warriors log treatments for their cats. This can also help systematize data collection.
Apache License 2.0
1 stars 1 forks source link

The FIP Injection Log

Coded to support Python3

Getting Started

pip install -r requirements.txt

To setup the database, use the standard Django protocol:

python manage.py makemigrations

python manage.py migrate

Note: a superuser needs to be created for the django database. A `WarriorAdminuser group also needs to be created in the database before you can run the program.

Run the server:

python manage.py runserver

Create the WarriorAdmin user group by using the Django admin interface (/admin).