Add Premium feature with UI, model changes, and admin configuration
This commit is contained in:
parent
95111240bc
commit
abe4a1a965
7 changed files with 156 additions and 6 deletions
|
|
@ -4,4 +4,5 @@ from . import views
|
|||
app_name = 'home'
|
||||
urlpatterns = [
|
||||
path('', views.home, name='home'),
|
||||
path('premium/<int:course_id>', views.premium, name='premium'),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue