Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a new setting to allow multiple Django users #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Added a new setting to allow multiple Django users #2

wants to merge 1 commit into from

Conversation

cesarblancg
Copy link
Collaborator

I'm using your Django app, and my website will have many users, and I wish every user has their Deviantart token, so I modified it.

I added a new setting option:
DEVIANTART_ALLOW_USER = True/False

If it's set to True, every Django account will have their token, and won't share it (this mode will display an error if you use it without authenticate).

If it's set to False, your website (Anonymous users and users authenticated) will have the same token.

@bloodywing
Copy link
Owner

I started to review your changes. But it looks like your django migrations are missing for this.
Besides that, I would like you to invite as collaborator for this django app, I'm not actively coding on this django app but it sure needs some fresh ideas.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants