Wykres commitów

5 Commity (main)

Autor SHA1 Wiadomość Data
John-Scott Atlakson 849497e87a Removed `bakerydemo-settings-local.py.example`
This file never worked, it caused a circular import loop since it attempts to `from bakerydemo.settings.dev import *` but the dev settings does:

```python
try:
    from .local import *  # noqa
except ImportError:
    pass
```

Fixed the `setup.sh` script to set the correct settings module environment variable

Fixes #68
2023-11-11 21:58:05 +00:00
Florian Ellis 281c6dbd87
Add bakerydemo local settings example file and fix setup script accordingly (#54) (#55)
* Add example file for bakerydemo/bakerydemo/settings/local.py (#54)

* Copy example file to bakerydemo/bakerydemo/settings/local.py in setup.sh script
2023-03-09 13:00:57 +00:00
Cynthia Kiser 8b8d78f3cc
Automate setting up bakerydemo to use the Postgres db in services (#15)
* Update the README with instructions on getting bakerydemo to use the PostgreSQL database from the adjacent container
* Corrected formatting in README
* Automated setting up bakerydemo to use the postgres service from our docker-compose
2020-10-21 17:25:48 +00:00
Sævar Öfjörð Magnússon 7f3418123c Remove vagrant code 2020-01-24 10:40:06 +00:00
Sævar Öfjörð Magnússon dbbe78a0a9 Initial commit 2020-01-24 10:37:21 +00:00