SMRF

Results 6 comments of SMRF

There are static, templates, utils alongside users in one folder its better to move users and others applications in a subfolder called apps in this directory

@browniebroke I nearly agree with your suggestion at least we know all the apps are placed inside the project_slug folder and this scope is restricted to the Django project applications....

> > @browniebroke I nearly agree with your suggestion at least we know all the apps are placed inside the project_slug folder and this scope is restricted to the Django...

So here is the thing ``` class RegisterView(CreateAPIView): """ Register View Register a new user to the system. The data required are username, email, name, password and mobile (optional). """...

No, I mean verification, for example, user with [email protected] registers then its information is stored immediately in the database however we do not know the form sender is x or...

Yeah your are right, it is not a big but asap I will provide the enhancement to the approach