diff --git a/.env.example b/.env.example index 5776613..9cccd1e 100644 --- a/.env.example +++ b/.env.example @@ -8,7 +8,7 @@ EMAIL_BACKEND="django.core.mail.backends.console.EmailBackend" EMAIL_HOST="smtp.gmail.com" EMAIL_PORT=587 EMAIL_USE_TLS=True -EMAIL_FROM_ADDRESS="Dj LMS " +EMAIL_FROM_ADDRESS="SkyLearn " EMAIL_HOST_USER="" EMAIL_HOST_PASSWORD="" diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f19d3ef..bd984f7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ -# Contributing to django-lms +# Contributing to SkyLearn -Thank you for considering contributing to django-lms! We welcome your contributions to help improve and enhance the project. +Thank you for considering contributing to SkyLearn! We welcome your contributions to help improve and enhance the project. Whether you're submitting code, documentation, or bug reports, your help is greatly appreciated. Before you start contributing, please take a moment to review the following guidelines. @@ -59,9 +59,9 @@ Maintaining consistent coding style is important for the project's readability. ## License -By contributing to django-lms, you agree that your contributions will be licensed under the [django-lms's license](https://github.com/adilmohak/django-lms/blob/main/LICENSE). +By contributing to SkyLearn, you agree that your contributions will be licensed under the [SkyLearn's license](https://github.com/SkyCascade/SkyLearn/blob/main/LICENSE). --- -Thank you for contributing to django-lms! +Thank you for contributing to SkyLearn! Your support helps make this project better for everyone. If you have any questions, feel free to reach out to the maintainers. diff --git a/README.md b/README.md index 28eed30..1b9a516 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ If you would like to contribute, simply begin by implementing one from the list - Clone the repo with ```bash -git clone https://github.com/adilmohak/django-lms.git +git clone https://github.com/SkyCascade/SkyLearn.git ``` - Create and activate a python virtual environment diff --git a/accounts/utils.py b/accounts/utils.py index 7902ea3..fc0619c 100644 --- a/accounts/utils.py +++ b/accounts/utils.py @@ -54,7 +54,7 @@ def send_new_account_email(user, password): else: template_name = "accounts/email/new_lecturer_account_confirmation.html" email = { - "subject": "Your Dj LMS account confirmation and credentials", + "subject": "Your SkyLearn account confirmation and credentials", "recipient_list": [user.email], "template_name": template_name, "context": {"user": user, "password": password}, diff --git a/config/urls.py b/config/urls.py index dfb564b..7f61570 100644 --- a/config/urls.py +++ b/config/urls.py @@ -6,7 +6,7 @@ from django.views import defaults as default_views from django.conf.urls.i18n import i18n_patterns from django.views.i18n import JavaScriptCatalog -admin.site.site_header = "Dj-LMS Admin" +admin.site.site_header = "SkyLearn Admin" urlpatterns = [ path("admin/", admin.site.urls), diff --git a/templates/accounts/email/new_lecturer_account_confirmation.html b/templates/accounts/email/new_lecturer_account_confirmation.html index 5e21e27..2808b4b 100755 --- a/templates/accounts/email/new_lecturer_account_confirmation.html +++ b/templates/accounts/email/new_lecturer_account_confirmation.html @@ -252,7 +252,7 @@
-

Dj LMS

+

SkyLearn

Your learning management system

@@ -263,10 +263,10 @@

A new lecturer account with ID of {{ user.username }} has been created for you.
- You're receiving this e-mail because the Dj-LMS admin has given your - e-mail address to register an account on djlms.com.
+ You're receiving this e-mail because the SkyLearn admin has given your + e-mail address to register an account on skylearn.com.

-
Login credentials for your DJ LMS account:
+
Login credentials for your SkyLearn account:
  • ID: {{ user.username }}
  • Your password: {{ password }}
  • @@ -287,14 +287,14 @@

diff --git a/templates/accounts/email/new_student_account_confirmation.html b/templates/accounts/email/new_student_account_confirmation.html index e75e5c9..742872a 100755 --- a/templates/accounts/email/new_student_account_confirmation.html +++ b/templates/accounts/email/new_student_account_confirmation.html @@ -252,7 +252,7 @@
-

Dj LMS

+

SkyLearn

Your learning management system

@@ -263,10 +263,10 @@

A new student account with ID of {{ user.username }} has been created for you.
- You're receiving this e-mail because the Dj-LMS admin has given your - e-mail address to register an account on djlms.com.
+ You're receiving this e-mail because the SkyLearn admin has given your + e-mail address to register an account on skylearn.com.

-
Login credentials for your DJ LMS account:
+
Login credentials for your SkyLearn account:
  • ID: {{ user.username }}
  • Your password: {{ password }}
  • @@ -287,14 +287,14 @@

diff --git a/templates/aside.html b/templates/aside.html index 23739f8..c627475 100644 --- a/templates/aside.html +++ b/templates/aside.html @@ -17,7 +17,7 @@
- Logo Django LMS + SkyLearn

@@ -144,10 +144,10 @@

{% trans 'Read our' %} {% trans 'Privacy' %} {% trans 'and' %} {% trans 'Terms of use.' %}' -
Django LMS © +
SkyLearn ©

- + {% trans '⭐️ Star This Project' %}