Re: files static error

2020-12-06 Thread Joel T
My spanish is at a zero, but unless django started accepting lists for the STATIC_ROOT settings, thats where the errror lies could somebody tell the author to remove the square braces from the STATIC_ROOT argument and also to rename the path to something else since django doesn't accept for the

is a custom model even possible

2020-12-06 Thread Joel T
Hi everyone, I'm new here and have zero clues as to how to create a model with methods that can be overridden by each instance . i.e Each instance will provide its own methods that will be called when a certain event is triggered. -- You received this message because you are subscribed to the G

Need Help : Custom User Model

2020-07-22 Thread Joel T
I'm a newbie to web development and more so with the use of django. How do I create a custom user model that has additional fields for other users of my web app while keeping the default django user model for myself - mid-project. I appreciate the help. Thanks. -- You received this message bec