-
- Downloads
Initial commit
parents
Branches
Tags
Showing
- .gitignore 6 additions, 0 deletions.gitignore
- README.md 14 additions, 0 deletionsREADME.md
- postgrestutils/__init__.py 7 additions, 0 deletionspostgrestutils/__init__.py
- postgrestutils/apps.py 8 additions, 0 deletionspostgrestutils/apps.py
- postgrestutils/client/__init__.py 5 additions, 0 deletionspostgrestutils/client/__init__.py
- postgrestutils/client/postgrestclient.py 31 additions, 0 deletionspostgrestutils/client/postgrestclient.py
- postgrestutils/client/utils.py 57 additions, 0 deletionspostgrestutils/client/utils.py
- postgrestutils/settings.py 21 additions, 0 deletionspostgrestutils/settings.py
- postgrestutils/wsgi.py 16 additions, 0 deletionspostgrestutils/wsgi.py
- setup.py 35 additions, 0 deletionssetup.py
.gitignore
0 → 100644
README.md
0 → 100644
postgrestutils/__init__.py
0 → 100644
postgrestutils/apps.py
0 → 100644
postgrestutils/client/__init__.py
0 → 100644
postgrestutils/client/postgrestclient.py
0 → 100644
postgrestutils/client/utils.py
0 → 100644
postgrestutils/settings.py
0 → 100644
postgrestutils/wsgi.py
0 → 100644
setup.py
0 → 100644
Please register or sign in to comment