Skip to content

Commit 0317c26

Browse files
authored
Update README.md
adding shields
1 parent eff04cc commit 0317c26

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# Museum of Dreams Website Project
1+
# Museum of Dreams Project - Website
2+
![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)
3+
4+
5+
6+
27

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

@@ -13,7 +18,7 @@ Development should be done locally and pushed to the staging website where resea
1318
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).
1419

1520
```
16-
python3 -m venv modvenv
21+
python venv modvenv
1722
source modvenv/bin/activate
1823
1924
pip install -r requirements-base.txt

0 commit comments

Comments
 (0)