mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
Move user account view into core
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
from django.conf.urls import url, include
|
||||
|
||||
from core.views import *
|
||||
from counter.views import UserAccountView
|
||||
|
||||
urlpatterns = [
|
||||
url(r'^$', index, name='index'),
|
||||
|
Reference in New Issue
Block a user