issues
search
cmciosu
/
hemp-db
https://hempdb.vercel.app/
MIT License
1
stars
1
forks
source link
User Permissions and Permissions Based Views
#41
Closed
paullpp
closed
9 months ago
paullpp
commented
9 months ago
Integrated djangos admin portal:
only logged in superusers / staff users can view the portal
only logged in users can view the database table
redirects to 404 if not logged in
Other changes:
use whitenoise to serve static files
turn off debug mode for production
change secret, and keep in .env
Integrated djangos admin portal:
Other changes: