We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d4ba5c commit 134d648Copy full SHA for 134d648
1 file changed
progress/urls.py
@@ -1,7 +1,7 @@
1
from django.urls import path
2
3
-from progress.views.profile_views import UserProfileList, UserChooseSkills
4
-from progress.views.rating_views import UserScoreRating, UserSkillsRating
+from progress.views.profile import UserProfileList, UserChooseSkills
+from progress.views.rating import UserScoreRating, UserSkillsRating
5
6
urlpatterns = [
7
path(
0 commit comments