getitfixed
Project description
Demo : https://geomapfish-demo.camptocamp.com/getitfixed/getitfixed/issues
Create a development instance
git clone git@github.com:camptocamp/getitfixed.git
cd getitfixed
make meacoffee
Public interface should be available at: http://localhost:8080/getitfixed/issues
Admin interface should be available at: http://localhost:8080/getitfixed_admin/issues
Generate a new alembic revision
Before the first release we will overwrite the first migration:
rm -rf getitfixed/alembic/versions/*.py
cat <<<EOF | docker-compose exec --user postgres db psql -d getitfixed
DROP SCHEMA getitfixed CASCADE;
CREATE SCHEMA getitfixed;
GRANT ALL ON SCHEMA getitfixed TO getitfixed;
EOF
docker-compose run --rm --user `id -u ` getitfixed \
alembic -c /app/alembic.ini -n getitfixed revision --autogenerate -m 'First revision'
Now try it:
docker-compose run --rm --user `id -u ` getitfixed \
alembic -c /app/alembic.ini -n getitfixed upgrade head
In development we use a custom SMTP server. All emails will be available at the following address:
0.0
Initial version
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
getitfixed-1.0.3.dev20191209.tar.gz
(164.7 kB
view details)
Built Distribution
File details
Details for the file getitfixed-1.0.3.dev20191209.tar.gz
.
File metadata
- Download URL: getitfixed-1.0.3.dev20191209.tar.gz
- Upload date:
- Size: 164.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4db495606ec9b39e57a053cbb3ecacb65c6b8b415f39a0a64171c8c61cbbc98f |
|
MD5 | 671a3efbd1227d6b96f9336155608727 |
|
BLAKE2b-256 | 337b33b79b6d8452dd0796aa86375be9f1e80a399f88362556044881f8112534 |
File details
Details for the file getitfixed-1.0.3.dev20191209-py2.py3-none-any.whl
.
File metadata
- Download URL: getitfixed-1.0.3.dev20191209-py2.py3-none-any.whl
- Upload date:
- Size: 179.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 741620ecfe255af98b7bf45b564196a32959dea190bf3cadfacb6d0a30b4c8e9 |
|
MD5 | cbcb9bc222076dedbf8e90eb08cdec2e |
|
BLAKE2b-256 | 7d8a830771538cc6d33edb896aeea4d8c2d11473400845a506a9eda52b8a112c |