tomaccosheep / simple_django_models

A simple example of using django models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple_django_models

Using Django models

Only works if you prevent django.apps.registry.check_apps_ready from raising an error.

If you copy this, remember to add the app folder to INSTALLED_APPS in settings.py.

About

A simple example of using django models


Languages

Language:Python 100.0%