Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
adding shields
  • Loading branch information
acholyn authored Jan 20, 2025
1 parent eff04cc commit 0317c26
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Museum of Dreams Website Project
# Museum of Dreams Project - Website
![Static Badge](https://img.shields.io/badge/built_with-Django_4.2-blue) ![Static Badge](https://img.shields.io/badge/OpenProps-1883e3) ![Static Badge](https://img.shields.io/badge/CKEditor4-8a2be2) ![Static Badge](https://img.shields.io/badge/hosted-232F3E?logo=amazonwebservices)





The production website is hosted at http://museumofdreamworlds.eu-west-2.elasticbeanstalk.com/ and built from the `main` branch

Expand All @@ -13,7 +18,7 @@ Development should be done locally and pushed to the staging website where resea
To work on this project as is, clone the repo into an appropriate folder (eg. `museum_of_dreams_project`). Create a venv at the top level and start it. Then install the requirements and launch the app. We use `requirements-base.txt` as AWS looks for `requirements.txt` and we don't need to install MySQL locally (we use a local sqlite db).

```
python3 -m venv modvenv
python venv modvenv
source modvenv/bin/activate
pip install -r requirements-base.txt
Expand Down

0 comments on commit 0317c26

Please sign in to comment.