Skip to content

Commit af26cae

Browse files
committed
added a tip to contribution guide
1 parent 7b39d96 commit af26cae

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,9 @@ contribution steps:
4949
first push your changes to your forked repo (using `git push origin main` or the like)
5050
then go to the repo and click on the button saying `Contribute`
5151
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

Comments
 (0)