Skip to content

django based project to render and add new flowers to a flowerbed

License

Notifications You must be signed in to change notification settings

FlorianMehnert/flowerbed

Repository files navigation

Installation

0: Clone

git clone https://github.com/FlorianMehnert/flowerbed.git
cd flowerbed

1a: Docker-compose

  • build and start the docker container
docker-compose up --build
docker-compose down

1b: Local install

  • setup virtualenv
python3 -m venv venv-flowerbed
source venv-flowerbed/bin/activate
pip install -r requirements.txt
  • setup django project and start
python manage.py migrate
python manage.py runserver

2a:

  • create a superuser for the django application
docker-compose exec web python manage.py createsuperuser

About

django based project to render and add new flowers to a flowerbed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published