We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b39d96 commit af26caeCopy full SHA for af26cae
CONTRIBUTING.md
@@ -49,3 +49,9 @@ contribution steps:
49
first push your changes to your forked repo (using `git push origin main` or the like)
50
then go to the repo and click on the button saying `Contribute`
51
then open a pull request, we'll check the code and either accept or add notes to it.
52
+
53
54
+**Extra tips**:
55
+1. if you need to run a django shell to use some stuff,
56
+ run `export DJANGO_SETTINGS_MODULE=tests.settings`
57
+ then run `django-admin shell`
0 commit comments