mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 05:05:42 +00:00 
			
		
		
		
	URL fix
This commit is contained in:
		| @@ -185,7 +185,7 @@ frontendpatterns = [ | |||||||
|  |  | ||||||
| # Append custom plugin URLs (if plugin support is enabled) | # Append custom plugin URLs (if plugin support is enabled) | ||||||
| if settings.PLUGINS_ENABLED: | if settings.PLUGINS_ENABLED: | ||||||
|     frontendpatterns += get_plugin_urls() |     frontendpatterns.append(get_plugin_urls()) | ||||||
|  |  | ||||||
| urlpatterns = [ | urlpatterns = [ | ||||||
|     url('', include(frontendpatterns)), |     url('', include(frontendpatterns)), | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user