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.dev20191207.tar.gz
(164.7 kB
view details)
Built Distribution
File details
Details for the file getitfixed-1.0.3.dev20191207.tar.gz
.
File metadata
- Download URL: getitfixed-1.0.3.dev20191207.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 | f8323e15d7ff2139493958ef28ebc3c6e28d9aa97b9d7706b472d4e576186aef |
|
MD5 | 8688b5394bb010b5c1aaa0c4936964b2 |
|
BLAKE2b-256 | 828635ba6368419f831bc8bba36ef9297baeadbaed66a7809c734d0425513fb7 |
File details
Details for the file getitfixed-1.0.3.dev20191207-py2.py3-none-any.whl
.
File metadata
- Download URL: getitfixed-1.0.3.dev20191207-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 | 8a8cc22cceca2b0ec15a59b237a01c9f5ac2b579bc898e46a010f17fd6e474c4 |
|
MD5 | c2d165e9c122710c53f077d47c1c50e4 |
|
BLAKE2b-256 | 4ec39bcc70e95126f307c8f6a03a58f6b6ade99be58071854273d0cf408ee154 |