-
Notifications
You must be signed in to change notification settings - Fork 106
Custom API key model w/o default APIKey table or admin #180
Copy link
Copy link
Open
Labels
questionFurther information is requestedFurther information is requested
Description
I would like to be able to inherit AbstractAPIKey directly from the model, without having to reference it via foreignkey, and also I would like django, to not create these tables at all:
class APIKey(AbstractAPIKey):
passI would like to:
Inherit the Abstract class, without having to reference the model.
I would solve it by:
Not installing the app at all, if we migrated the code of the abstract base class away from models.py, we would be able to inherit without problems.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested