getitfixed
Project description
Documentation
Build the docs
cd getitfixed/docs
make html
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.12.dev20200309.tar.gz
(167.5 kB
view details)
Built Distribution
File details
Details for the file getitfixed-1.0.12.dev20200309.tar.gz
.
File metadata
- Download URL: getitfixed-1.0.12.dev20200309.tar.gz
- Upload date:
- Size: 167.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 41321661b22b0519bb5736e9c87c340cc3611ce1d8320f61e1d8953b81b3c805 |
|
MD5 | 320a06960e6d1a4fcd63bda6fbb7e0a9 |
|
BLAKE2b-256 | 2ab7d7b306521591c04a444b7dc90191862a2c9b8edd6df36141a0c6e8bdd6a7 |
File details
Details for the file getitfixed-1.0.12.dev20200309-py2.py3-none-any.whl
.
File metadata
- Download URL: getitfixed-1.0.12.dev20200309-py2.py3-none-any.whl
- Upload date:
- Size: 179.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee10542070a0030b7f54933b318b8540266037f0e21a36233faf03b184508c20 |
|
MD5 | 549dceff04e1933a7f878ab0d8faa558 |
|
BLAKE2b-256 | d15523bde74c0c6bf0b14845b507e71b995b5d3f8152e5548616b01d6b329cf1 |