mirror of
https://github.com/fspc/workstand.git
synced 2026-09-16 16:41:38 -04:00
Factor out User functions to a new model.
This commit is contained in:
@@ -129,7 +129,7 @@ STATICFILES_DIRS = [
|
||||
STATIC_ROOT = 'static'
|
||||
STATIC_URL = '/static/'
|
||||
|
||||
AUTH_USER_MODEL = 'registration.Member'
|
||||
AUTH_USER_MODEL = 'registration.CustomUser'
|
||||
|
||||
COMPRESS_PRECOMPILERS = (
|
||||
('text/x-scss', 'django_libsass.SassCompiler'),
|
||||
|
||||
Reference in New Issue
Block a user