mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-26 23:04:48 +02:00
Refactor project folders.
Move helpdesk to src folder. Move tests to project base folder.
This commit is contained in:
8
tests/urls.py
Normal file
8
tests/urls.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from django.contrib import admin
|
||||
from django.urls import include, path
|
||||
|
||||
|
||||
urlpatterns = [
|
||||
path("", include("helpdesk.urls", namespace="helpdesk")),
|
||||
path("admin/", admin.site.urls),
|
||||
]
|
Reference in New Issue
Block a user