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 dbd33ed commit ad7dde3Copy full SHA for ad7dde3
README.md
@@ -144,6 +144,17 @@ Lookups and indexes are not implemented yet
144
([bug #9](https://github.com/danni/django-postgres-composite-types/issues/9),
145
[bug #10](https://github.com/danni/django-postgres-composite-types/issues/10)).
146
147
+Running Tests
148
+-------------------
149
+Clone the repository, go to it's base directory and run the following commands.
150
+
151
+ pip install -r requirements.in
152
+ pip install -r test_requirements.in
153
+ export PYTHONPATH="$(pwd)"
154
+ export DJANGO_SETTINGS_MODULE='tests.settings'
155
+ django-admin test
156
157
158
Authors
159
-------
160
0 commit comments