Login app working (#47)
Can login and create User object. Also now store user token info in db (closes #48).
This commit is contained in:
@@ -2,6 +2,7 @@ from django.urls import path, include
|
||||
|
||||
from .views import *
|
||||
|
||||
app_name = 'graphs'
|
||||
urlpatterns = [
|
||||
path('artists/<str:user_secret>', artist_data,
|
||||
name='display_artist_graph'),
|
||||
|
||||
Reference in New Issue
Block a user