- NOTE: Author is using PowerShell for this guide.
router.register
-basename
basename
- The base to use for the URL names that are created. If unset the basename will be automatically generated based on the queryset attribute of the viewset, if it has one. Note that if the viewset does not include a queryset attribute then you must set basename when registering the viewset.
- TODO: Need to check Deployment checklist - docs.djangoproject.com
- Project Directory Structure
- CustomUser method: Django Best Practices: Custom User Model - Will Vincent - learndjango.com
- Docutils: The Django admin documentation generator - docs.djangoproject.com
- DEV and PROD settings: Configuring Django Settings for Production - thinkster.io