update docs
This commit is contained in:
parent
8b594846ad
commit
c1f776e7eb
2 changed files with 27 additions and 6 deletions
16
.env.example
Normal file
16
.env.example
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
DEBUG=True
|
||||||
|
ODOO_URL=https://test.central.vshn.ch
|
||||||
|
ODOO_DB=VSHNTest
|
||||||
|
ODOO_USERNAME=CHANGEME
|
||||||
|
ODOO_PASSWORD=CHANGEME
|
||||||
|
BROKER_USERNAME=broker
|
||||||
|
BROKER_PASSWORD=CHANGEME
|
||||||
|
ALLOWED_HOSTS=localhost,127.0.0.1
|
||||||
|
SECRET_KEY="django-insecure-CHANGEME"
|
||||||
|
ODOO_LEAD_CAMPAIGN_ID=6
|
||||||
|
ODOO_LEAD_SOURCE_ID=28
|
||||||
|
ODOO_LEAD_MEDIUM_ID=1
|
||||||
|
ODOO_LEAD_TAG_ID=6
|
||||||
|
ODOO_MAILING_LIST_ID=14
|
||||||
|
EMAIL_HOST_USER=CHANGEME
|
||||||
|
EMAIL_HOST_PASSWORD=CHANGEME
|
17
README.md
17
README.md
|
@ -1,8 +1,13 @@
|
||||||
# Servala Frontend
|
# Servala Website
|
||||||
|
|
||||||
This is a PoC for a Servala Frontend with the aim to collect leads and measure market interest.
|
This is the Django source-code of the website powering https://servala.com.
|
||||||
|
|
||||||
|
## Running locally
|
||||||
|
|
||||||
|
```
|
||||||
|
cp .env.example .env
|
||||||
|
source .env
|
||||||
|
uv run --extra dev manage.py migrate
|
||||||
|
uv run --extra dev manage.py runserver
|
||||||
|
```
|
||||||
|
|
||||||
* List services
|
|
||||||
* Show CSPs
|
|
||||||
* Collect leads with a form
|
|
||||||
* Expose some OSB API mocks to collect leads
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue