Skip to content

Commit

Permalink
Add All Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sinalalebakhsh committed Jul 23, 2024
1 parent 404b0a3 commit 4797666
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Steps/offline developing Django App.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1120,5 +1120,17 @@ pipenv requirements > requirements.txt


# Add thi in config/urls.py
urlpatterns = [
...
...
...
# Rosetta Package i18n
path('rosetta/', include('rosetta.urls')),
]



# Add in config/settings.py -> INSTALLED_APPS [..., here]



4 changes: 4 additions & 0 deletions config/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,8 @@
path("home/", include("pages.urls")),
path("accounts/", include("allauth.urls")),
path("products/", include("products.urls")),


# Rosetta Package i18n
path('rosetta/', include('rosetta.urls')),
]

0 comments on commit 4797666

Please sign in to comment.