Custom code and style for Montpellier 'compte citoyen'
This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Serghei Mihai 8e5cf06317 Set logos image link border to zero.
Closes #3491
2013-08-26 15:14:31 +02:00
compte_agglo_montpellier Set logos image link border to zero. 2013-08-26 15:14:31 +02:00
tools add script load_drupal_users.py 2013-04-18 11:49:34 +02:00
.gitignore add new db name to .gitignore 2013-06-04 16:31:42 +02:00
MANIFEST.in MANIFEST.in: include MANIFEST.in 2013-08-16 08:26:07 +02:00
Makefile fixtures: change orig= parameter in datasource urls for the dev environment 2013-07-31 16:18:16 +02:00
README README: fix typo in last commit 2013-07-31 14:37:50 +02:00
compte-agglo-montpellier settings: adopt new way of building settings 2013-06-14 15:47:19 +02:00
jenkins.sh jenkins.sh: chmod +x 2013-07-10 10:17:58 +02:00
load-base-data.sh fixtures: add categories for portail_citoyen_announces 2013-07-31 14:27:36 +02:00
local_settings.py.example local_settings.py.example: delete dead imports 2013-05-16 18:42:29 +02:00
requirements.txt add showlinks.sh script to list all used URLs in the application db and settings 2013-06-13 10:23:18 +02:00
run.sh run.sh: make it cwd blind 2013-07-24 13:10:33 +02:00
setup.py setup.py sdist: store version into the archive 2013-08-13 17:31:57 +02:00
start.sh run.sh: improve run.sh to run in an already activated virtualenv 2013-07-01 14:31:46 +02:00

README

How to start
============

To work on compte-agglo-montpellier just execute the following line (command
to launch start with $, other lines are expected output)::

  $ ./start.sh

The application is now usable at http://localhost:8000/

How to save users settings
==========================

 $ ./run.sh dumpdata -n portail_citoyen.citoyen saml.libertyfederation \
    feed_plugin.feedpreference portail_citoyen_announces.subscription >user-datas.json

 To load them

 $ ./run.sh loaddata user-datas.json