initial commit

This commit is contained in:
Edward Tirado Jr 2025-03-30 00:57:14 -05:00
commit 7409caf072
189 changed files with 38056 additions and 0 deletions

5
users/urls.py Normal file
View file

@ -0,0 +1,5 @@
from django.urls import path
from . import views
urlpatterns = []