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.4.dev20200126.tar.gz
(167.4 kB
view details)
Built Distribution
File details
Details for the file getitfixed-1.0.4.dev20200126.tar.gz
.
File metadata
- Download URL: getitfixed-1.0.4.dev20200126.tar.gz
- Upload date:
- Size: 167.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6c4bb33bc6835c8d328cfb2d524deda086b5f57217509a0d322365d995e04f05 |
|
MD5 | c52ff106889bcee063ab29fb1ad6b0fb |
|
BLAKE2b-256 | 1a4527d14cd8bf26d1c3d0fb2364c7b5112832393e12d4c31e8ca302aa757694 |
File details
Details for the file getitfixed-1.0.4.dev20200126-py2.py3-none-any.whl
.
File metadata
- Download URL: getitfixed-1.0.4.dev20200126-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 | d025db3efd161f8a33a4be123cf7b6622abfbbe3b2f71f2b817c03154295108c |
|
MD5 | e5a7079288cd8925dfd26b19d3c7ae9b |
|
BLAKE2b-256 | be8b0e0dd440332c18bd2c3d52af91a434bad0b76d4f5157745b97d33860c8a8 |