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.dev20200409.tar.gz
(167.6 kB
view details)
Built Distribution
File details
Details for the file getitfixed-1.0.12.dev20200409.tar.gz
.
File metadata
- Download URL: getitfixed-1.0.12.dev20200409.tar.gz
- Upload date:
- Size: 167.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 78cf9f25a6f0f97e05f7fcc5e3d3e1a98ca07d337461edd585acc7313c3b395f |
|
MD5 | aadb75af77ae11ac66d13f118b68b666 |
|
BLAKE2b-256 | ccc891f50eab0c46c84cf8edebbaa3a1c82b14f15a65a6e9aebfd5a1c729b56b |
File details
Details for the file getitfixed-1.0.12.dev20200409-py2.py3-none-any.whl
.
File metadata
- Download URL: getitfixed-1.0.12.dev20200409-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 | daa790fd55327fa9722bbe275be2560ae7ab174baf931a7db7b534e14314e35a |
|
MD5 | 319b7a665cc0f8a6092797f109f49333 |
|
BLAKE2b-256 | 116955228632efbe66d52a22f12df2809728da63df5a4cc539a6689859d33bbc |