Skip to content

Commit

Permalink
Dockerfile: django_settings_modul=arto_moro_pbp.settings
Browse files Browse the repository at this point in the history
  • Loading branch information
rakbidb committed Nov 13, 2023
1 parent 68e86c4 commit 9adb314
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /app

ENV PYTHONUNBUFFERED=1 \
PYTHONPATH=/app \
DJANGO_SETTINGS_MODULE=shopping_list.settings \
DJANGO_SETTINGS_MODULE=arto_moro_pbp.settings \
PORT=8000 \
WEB_CONCURRENCY=2

Expand Down
2 changes: 1 addition & 1 deletion main/urls.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from django.urls import path
from main.views import show_main, create_product, show_xml , show_json,show_xml_by_id, show_json_by_id
from main.views import show_main, create_product, show_xml , show_json, show_xml_by_id, show_json_by_id
from main.views import register, login_user , logout_user, increment_product, decrement_product, remove_product
from main.views import edit_product, get_product_json , add_product_ajax

Expand Down

0 comments on commit 9adb314

Please sign in to comment.