Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0597d24

Browse files
committed
Make sure the models.py file, which we need to be loaded by Django as an
app, is not empty. Apparently this causes rpmlint to complain when packaging for Fedora.
1 parent effc4d2 commit 0597d24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

django_tables/app/models.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Empty models.py file required for Django
2+
# INSTALLED_APPS loading.

0 commit comments

Comments
 (0)