Skip to content

Karmacanix/base_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

a starting django project that has:

  • home page with sidebar navigation menu
  • identity and access management
    • register (includes email verification)
    • log-in
    • log-out
    • reset password
  • basic user settings
    • change/add email address(es)
    • change password
  • styled using W3 CSS
  • basic messaging e.g.: successful login

install instructions (wip: needs to be fleshed out with actual code)

  • set-up virtual environment
  • download git
  • install requirements
  • set-up super user
  • migrate
  • run server

notes

  • emails are being sent to the console atm via a dummy backend

usage

  • install base project
  • create a new branch to manage code separately
  • start/add/develop new apps
  • add your new apps template(html pages) urls to the site_base.html side menu so user can navigate to them

About

Python Django allauth + W3.CSS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published