This repository has been archived on 2025-05-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
django-password-required/password_required/models.py
2010-06-03 18:47:19 +02:00

4 lines
129 B
Python

# -*- coding: utf-8 -*-
""" The mandatory models.py to make Django consider this to be an app. """
from django.db import models