Login page #9
Labels
No labels
bug
duplicate
enhancement
help wanted
improvement
invalid
question
reflection
to implement
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Babyforce/Tagmancer#9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Right now, there is no login mechanism. If I want to be able to expose it to the internet, I need to create a login page.
Don’t know if I should make it in a new app or directly in watcher.
For now I can use the default django user database, it’s convenient to be able to access the admin page easily. Perhaps at a later date I could make my own user model.