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

Add Django Rest Framework to available apps #59

Open
Tracked by #9
sveetch opened this issue Dec 29, 2024 · 0 comments
Open
Tracked by #9

Add Django Rest Framework to available apps #59

sveetch opened this issue Dec 29, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@sveetch
Copy link
Owner

sveetch commented Dec 29, 2024

We lack of this application to easily add API for some application.

As an example, Lotus has an API but it is not enabled, adding DRF to available apps would ease to enable the Lotus API.

  • This should be an optional feature to enable from cookiecutter prompt;
  • It should not add too much opinionated options in DRF settings;
  • We should see for the best choice of managing authentication in API request (Django session, token, etc..). Possibly we can not enable anything and let developer choose, DRF documentation seems to cover it properly;
  • It should include a better API browser layout. At least we use the simple "drf-redesign" or we could have the time to configurate drf-spectacular/;

Lotus has covered many things on this subject and will be a great inspiration.

@sveetch sveetch changed the title DjangoRest Framework; Add Django Rest Framework to available apps Dec 29, 2024
@sveetch sveetch added the enhancement New feature or request label Dec 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant