Sophie

Sophie

distrib > Fedora > 16 > x86_64 > media > updates-src > by-pkgid > 1e08e03ffc9f542510d590b85ba3778d > files > 1

restauth-0.5.2-3.fc16.src.rpm

diff --git a/RestAuth/common/models.py b/RestAuth/common/models.py
index e69de29..d61179e 100644
--- a/RestAuth/common/models.py
+++ b/RestAuth/common/models.py
@@ -0,0 +1,2 @@
+# This file is empty because RestAuth does not use models,
+# but Django needs it for autodetection.
diff --git a/RestAuth/common/urls.py b/RestAuth/common/urls.py
index e69de29..fb1f242 100644
--- a/RestAuth/common/urls.py
+++ b/RestAuth/common/urls.py
@@ -0,0 +1,2 @@
+# This file is empty because RestAuth does not use url rewrite,
+# but Django needs it for autodetection.