rogerhendricks / DjangoFoodLog

Django app for logging food and exrcise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Database

By default this template utilizes the sqlite database engine. While this is fine for development it won't work with external users of your app as we don't persist changes to files when they happen outside the development environment.

We suggest bringing a database using an outside service.

See Django documentation on how to setup a database: https://docs.djangoproject.com/en/3.0/intro/tutorial02/

About

Django app for logging food and exrcise


Languages

Language:Python 39.2%Language:HTML 37.3%Language:JavaScript 23.5%