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

feat: custom path to Django admin #71

Merged
merged 2 commits into from
Oct 5, 2024

Conversation

ar4s
Copy link
Contributor

@ar4s ar4s commented Oct 4, 2024

No description provided.

@nfoert
Copy link
Owner

nfoert commented Oct 4, 2024

@ar4s Thanks for working on this! I appreciate all the PRs you've been making
Are fixtures/server.json intended to replace the Server module or is this just to provide constants for the tests? I'm unsure on how exactly django testing works

@nfoert nfoert added the hacktoberfest A good issue for hacktoberfest 2024 label Oct 4, 2024
@ar4s
Copy link
Contributor Author

ar4s commented Oct 5, 2024

Are fixtures/server.json intended to replace the Server module or is this just to provide constants for the tests? I'm unsure on how exactly django testing works

Fixtures are only for testing and can help setup project on local environment as well by using 'loaddata' command.

@ar4s ar4s force-pushed the feat/issue-69--custom-admin-path branch from ca72d42 to 491e458 Compare October 5, 2024 08:58
@ar4s ar4s force-pushed the feat/issue-69--custom-admin-path branch from 491e458 to a03f3b4 Compare October 5, 2024 09:01
@nfoert
Copy link
Owner

nfoert commented Oct 5, 2024

Fixtures are only for testing and can help setup project on local environment as well by using 'loaddata' command.

Got it, that makes sense. Thanks for implementing this!

@nfoert nfoert merged commit 62988c4 into nfoert:development Oct 5, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest A good issue for hacktoberfest 2024
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants