aidswidjaja / PotatoBoard

PotatoBoard is a almost-complete bulletin board workflow, written with Django.
MIT License
0 stars 0 forks source link

settings.AUTH_USER_MODEL returning NULL on superuser #10

Open aidswidjaja opened 3 years ago

aidswidjaja commented 3 years ago

For dev version I have used null=True to allow this ForeignKey to return null but something to test on a non-su account. And it really shouldn't be returning NULL even on su. Something to figure out....

For prod, should set to null=False for security reasons