mirror of
				https://github.com/peeringdb/peeringdb.git
				synced 2024-05-11 05:55:09 +00:00 
			
		
		
		
	add user agent and version check to server (#6)
This commit is contained in:
		| @@ -74,6 +74,12 @@ settings.configure( | ||||
|     TABLE_PREFIX='peeringdb', | ||||
|     PEERINGDB_ABSTRACT_ONLY=True, | ||||
|     COUNTRIES_OVERRIDE={'XK': _('Kosovo')}, | ||||
|     CLIENT_COMPAT={ | ||||
|         "client":{"min": (0,6), "max":(0,6,5)}, | ||||
|         "backends":{ | ||||
|             "django_peeringdb":{"min":(0,6), "max":(0,6,5)} | ||||
|         } | ||||
|     }, | ||||
|     DATABASE_ENGINE='django.db.backends.sqlite3', | ||||
|     DATABASES={ | ||||
|         'default': { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user