Files
spotify-lib-vis/login/apps.py
Kevin Mok 8b1344d453 Split spotifyvis code into different apps (#47)
Server is able to start, but none of the apps are linked together yet.
2018-06-29 04:25:27 -04:00

5 lines
84 B
Python

from django.apps import AppConfig
class LoginConfig(AppConfig):
name = 'login'