Skip to main content

Website for the `appel-crises` petition

Project description

# appel-crises-web

## for developers

On first time,

  • Install python3.7 if needed

  • Install pre-commit if needed (pip install –user pre-commit)

  • Install a python virtualenv manager if needed (pip install –user vex, pip install –user pew, …)

  • Create a virtualenv (vex –make appel-crises, pew new appel-crises)

  • Install project dependencies: make bootsrap (or pip install -e .[dev] if make isn’t available)

  • cp local_settings.ini.template local_settings.ini and edit local_settings.ini if you need

  • if you chose postgresql DB, create user and database if needed

  • run make build to build static files

  • run ./manage.py migrate to create DB tables

  • run ./manage.py createsuperuser to create a local user

## Dependencies management

Dependencies are stored in setup.cfg:

  • Runtime dependencies are listed under install_requires in the [options] section;

  • Additional development dependencies are listed under dev= in the [options.extras_require], and installed alongside required dependencies by specifying the [dev] extra marker - as seen in pip install -e .[dev].

## Building

The project is not composed only of pure Python code (it contains templates, images, …). Some of those files must go through some processing before running in production: - Static files should be consolidated into a single tree, with hashed names and a manifest; - Message catalogs might need to be compiled to their final .mo form; - Some static data might be converted to some other formats for faster / easier loading.

Those steps are controlled through the project wide Makefile, and should be called through the make build (or simply make) command.

That step is also executed when building a release.

## Releasing

A release consists of a built project archive, under the wheel format; that package MUST include the result of a full compilation.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

appel-crises-0.0.14.tar.gz (455.2 kB view details)

Uploaded Source

Built Distribution

appel_crises-0.0.14-py2.py3-none-any.whl (3.9 MB view details)

Uploaded Python 2 Python 3

File details

Details for the file appel-crises-0.0.14.tar.gz.

File metadata

  • Download URL: appel-crises-0.0.14.tar.gz
  • Upload date:
  • Size: 455.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7

File hashes

Hashes for appel-crises-0.0.14.tar.gz
Algorithm Hash digest
SHA256 1082be68f1aee7c443ab299e8b3bd9c49c541f46005e9cfe8a0eaf38e7ae3685
MD5 2500067da0fe2e17a1ab67a80f999f74
BLAKE2b-256 fd5e8c7cad19069747e5ac19d989ed09fa93f1481543a2f89acbfe56a7f52ede

See more details on using hashes here.

File details

Details for the file appel_crises-0.0.14-py2.py3-none-any.whl.

File metadata

  • Download URL: appel_crises-0.0.14-py2.py3-none-any.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7

File hashes

Hashes for appel_crises-0.0.14-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 c5224b836e4858890043f0df86d8d8d62cff46f7b2b548a9e6c6d550beff01e1
MD5 60fc4b9ca670cd242ecaafc3a9d089fd
BLAKE2b-256 9b7bd9d3fb1ac2a975357cb6198a981e8c50b4d7f9a420892820d0c55da69d62

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page