Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

docs: enhance sponsorship uc documentation #1928

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

Open
wants to merge 5 commits into
base: main
Choose a base branch
Loading
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add config to generate JPEG file with model schema for the database
  • Loading branch information
berinhard committed Nov 25, 2021
commit 993631c0c0b69034f017cd26908ddd0531148d71
4 changes: 4 additions & 0 deletions 4 dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ model-bakery==1.3.2
django-debug-toolbar==3.2.1
coverage
ddt

# Extra stuff required by django-extensions Graph models command line
pyparsing==3.0.6
pydot==1.4.2
5 changes: 5 additions & 0 deletions 5 pydotorg/settings/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,8 @@
REST_FRAMEWORK['DEFAULT_RENDERER_CLASSES'] += (
'rest_framework.renderers.BrowsableAPIRenderer',
)

# detailed info https://django-extensions.readthedocs.io/en/latest/graph_models.html
GRAPH_MODELS = {
'app_labels': ["sponsors"],
}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.