mirror of
https://github.com/suitenumerique/django-lasuite
synced 2026-04-25 17:15:14 +02:00
Add initial project structure with tests and configuration files: - ruff for format and linting - uv with hatch for packaging
4 lines
56 B
Python
4 lines
56 B
Python
"""Test project URL configuration."""
|
|
|
|
urlpatterns = []
|