remove path from primary key
[pithos] / pithos / settings.py.dist
index f649ddf..ad8eb2f 100644 (file)
@@ -160,4 +160,5 @@ AUTH_TOKEN_DURATION = 30 * 24
 # Default quota for new users.
 DEFAULT_QUOTA = 10 * 1024 * 1024 * 1024
 
+# Show these many users per page in admin interface.
 ADMIN_PAGE_LIMIT = 100