Skip to content

Commit c66e79a

Browse files
committed
build: add frontend course page to build script
1 parent 9fc7851 commit c66e79a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "django-email-learning"
3-
version = "0.1.10"
3+
version = "0.1.11"
44
description = "A platform for creating and delivering learning materials via email within a Django application. It provides tools for content management, user role-based administration, and scheduler integration for automated content delivery."
55
authors = [
66
{name = "Payam Najafizadeh",email = "payam.nj@gmail.com"}

scripts/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import re
55

66

7-
TEMPLATES = {"", "courses", "organizations", "users"}
7+
TEMPLATES = {"", "courses", "course", "organizations", "users"}
88

99

1010
def rewrite_backend_file(

0 commit comments

Comments
 (0)