projects
/
django-tables2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
effc4d2
)
Make sure the models.py file, which we need to be loaded by Django as an
author
Michael Elsdoerfer
<michael@elsdoerfer.com>
Mon, 22 Nov 2010 12:23:35 +0000
(13:23 +0100)
committer
Michael Elsdoerfer
<michael@elsdoerfer.com>
Mon, 22 Nov 2010 12:23:35 +0000
(13:23 +0100)
app, is not empty. Apparently this causes rpmlint to complain when
packaging for Fedora.
django_tables/app/models.py
patch
|
blob
|
history
diff --git
a/django_tables/app/models.py
b/django_tables/app/models.py
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..6a28b36b4e372f49a3b5ae83b25b8a13136ef71f 100644
(file)
--- a/
django_tables/app/models.py
+++ b/
django_tables/app/models.py
@@
-0,0
+1,2
@@
+# Empty models.py file required for Django
+# INSTALLED_APPS loading.