This mock developmental preschool site was created with Python and Django. It is connected with full CRUD capabilities to an SQL database using Postgres. The staff of the preschool can create a new profile for a child, edit it if something changes, and delete it when the child leaves.
Use the pipenv shell to install.
pip install Django psycopg2-binary
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.