Skip to content

Commit

Permalink
Merge pull request #201 from geoffrey-eisenbarth/edits
Browse files Browse the repository at this point in the history
Fix links and add minimal contributing info.
  • Loading branch information
palewire authored Sep 6, 2024
2 parents aad4efe + 1b7f698 commit f70c340
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
### Links

- Documentation: [palewi.re/docs/django-postgres-copy/](https://palewi.re/docs/django-postgres-copy/)
- Issues: [github.com/california-civic-data-coalition/django-postgres-copy/issues](https://github.com/california-civic-data-coalition/django-postgres-copy/issues)
- Issues: [github.com/palewire/django-postgres-copy/issues](https://github.com/palewire/django-postgres-copy/issues)
- Packaging: [pypi.python.org/pypi/django-postgres-copy](https://pypi.python.org/pypi/django-postgres-copy)
- Testing: [github.com/california-civic-data-coalition/django-postgres-copy/actions](https://github.com/california-civic-data-coalition/django-postgres-copy/actions/workflows/test.yaml)
- Testing: [github.com/palewire/django-postgres-copy/actions](https://github.com/palewire/django-postgres-copy/actions/workflows/test.yaml)

### Contributing

To set up a development environment, run `pipenv install` after forking and cloning the repository.
To run tests, use `pipenv run python setup.py test`
6 changes: 3 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ You can reach across to related tables during an export by adding their fields t
Open-source resources
=====================

* Code: `github.com/california-civic-data-coalition/django-postgres-copy <https://github.com/california-civic-data-coalition/django-postgres-copy>`_
* Issues: `github.com/california-civic-data-coalition/django-postgres-copy/issues <https://github.com/california-civic-data-coalition/django-postgres-copy/issues>`_
* Code: `github.com/palewire/django-postgres-copy <https://github.com/palewire/django-postgres-copy>`_
* Issues: `github.com/palewire/django-postgres-copy/issues <https://github.com/palewire/django-postgres-copy/issues>`_
* Packaging: `pypi.python.org/pypi/django-postgres-copy <https://pypi.python.org/pypi/django-postgres-copy>`_
* Testing: `github.com/california-civic-data-coalition/django-postgres-copy/actions <https://github.com/california-civic-data-coalition/django-postgres-copy/actions/workflows/test.yaml>`_
* Testing: `github.com/palewire/django-postgres-copy/actions <https://github.com/palewire/django-postgres-copy/actions/workflows/test.yaml>`_

0 comments on commit f70c340

Please sign in to comment.