Websoft9 / docker-library

Docker Compose examples of selfhosted FOSS based on official image, just run it.
https://www.websoft9.com
Other
30 stars 14 forks source link

complete docker-compose.yml for [django] #613

Open qiaofeng1227 opened 1 month ago

qiaofeng1227 commented 1 month ago

What type of your feature request?

qiaofeng1227 commented 1 month ago
  1. use python runtime
    pip install django
    django-admin startproject myproject
    # vim settings.py,ALLOWED_HOSTS = ['*']
    cd myproject && python manage.py runserver 0.0.0.0:8080
  2. refer to:
qiaofeng1227 commented 1 month ago

The django Framework project have not django package on source.

It install by pip install xx

https://github.com/django-oscar/django-oscar https://docs.oscarcommerce.com/en/latest/internals/getting_started.html https://github.com/wagtail/wagtail