Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
15 tasks
qiaofeng1227 opened this issue May 17, 2024 · 2 comments
Open
15 tasks

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

qiaofeng1227 opened this issue May 17, 2024 · 2 comments
Assignees
Labels
feature Type label, New feature or request

Comments

@qiaofeng1227
Copy link
Contributor

What type of your feature request?

  • official architecture research
  • test offcial docker
  • complete standardized expression
  • developer test and running
  • specials and refers at notes.md/.env/docker-compose.yml
  • contentful
  • test at Appstore and nginx proxy testing
  • docs
  • siteurl or baseurl
  • more environments from
  • connetion URI
  • ports
  • credentials environment
  • i18n
  • other
@qiaofeng1227 qiaofeng1227 added the feature Type label, New feature or request label May 17, 2024
@qiaofeng1227 qiaofeng1227 self-assigned this May 17, 2024
@qiaofeng1227
Copy link
Contributor Author

qiaofeng1227 commented May 17, 2024

  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
  1. refer to:

@qiaofeng1227
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Type label, New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant