mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-11-04 09:12:11 +01:00 
			
		
		
		
	Wrapped apps
This commit is contained in:
		@@ -47,6 +47,10 @@ if "wei" in settings.INSTALLED_APPS:
 | 
			
		||||
    from wei.api.urls import register_wei_urls
 | 
			
		||||
    register_wei_urls(router, 'wei')
 | 
			
		||||
 | 
			
		||||
if "wrapped" in settings.INSTALLED_APPS:
 | 
			
		||||
    from wrapped.api.urls import register_wrapped_urls
 | 
			
		||||
    register_wrapped_urls(router, 'wrapped')
 | 
			
		||||
 | 
			
		||||
app_name = 'api'
 | 
			
		||||
 | 
			
		||||
# Wire up our API using automatic URL routing.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user