0.0.28
get_address_point
This commit is contained in:
@@ -21,6 +21,8 @@ urlpatterns += i18n_patterns(
|
||||
|
||||
path('user_account/', include('AuthApp.js_urls')),
|
||||
path('routes/', include('RoutesApp.js_urls')),
|
||||
|
||||
path('reference_data/', include('ReferenceDataApp.js_urls')),
|
||||
)
|
||||
|
||||
urlpatterns += static(settings.STATIC_URL, document_root=settings.STATIC_ROOT) + static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
|
||||
Reference in New Issue
Block a user