Change project name
This commit is contained in:
parent
2505b43fce
commit
9a4581952c
@ -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 <youremail@example.com>"
|
||||
EMAIL_FROM_ADDRESS="SkyLearn <youremail@example.com>"
|
||||
EMAIL_HOST_USER="<youremail@example.com>"
|
||||
EMAIL_HOST_PASSWORD="<your email password>"
|
||||
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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},
|
||||
|
||||
@ -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),
|
||||
|
||||
@ -252,7 +252,7 @@
|
||||
<div class="container">
|
||||
<div class="card">
|
||||
<div class="header">
|
||||
<h2 class="text-muted lh-1">Dj LMS</h2>
|
||||
<h2 class="text-muted lh-1">SkyLearn</h2>
|
||||
<p class="small text-muted fw-400 lh-1 m-0">
|
||||
Your learning management system
|
||||
</p>
|
||||
@ -263,10 +263,10 @@
|
||||
<p>
|
||||
A new lecturer account with ID of <b>{{ user.username }}</b> has been
|
||||
created for you. <br />
|
||||
You're receiving this e-mail because the Dj-LMS admin has given your
|
||||
e-mail address to register an account on djlms.com. <br />
|
||||
You're receiving this e-mail because the SkyLearn admin has given your
|
||||
e-mail address to register an account on skylearn.com. <br />
|
||||
</p>
|
||||
<h5>Login credentials for your DJ LMS account:</h5>
|
||||
<h5>Login credentials for your SkyLearn account:</h5>
|
||||
<ul>
|
||||
<li>ID: {{ user.username }}</li>
|
||||
<li>Your password: {{ password }}</li>
|
||||
@ -287,14 +287,14 @@
|
||||
</p>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<p>Sincerely, djlms team!</p>
|
||||
<p>Sincerely, skylearn team!</p>
|
||||
<p>
|
||||
For any inquiries or assistance, please contact our support team:
|
||||
</p>
|
||||
<p>Email: <a href="mailto:support@djlms.com">support@djlms.com</a></p>
|
||||
<p>Email: <a href="mailto:support@skylearn.com">support@skylearn.com</a></p>
|
||||
<p>Phone: <a href="tel:251900000000">+(251) 90-000-0000</a></p>
|
||||
<p>
|
||||
© 2023 <a href="djlms.com">djlms.com</a> | All rights reserved.
|
||||
© 2023 <a href="skylearn.com">skylearn.com</a> | All rights reserved.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -252,7 +252,7 @@
|
||||
<div class="container">
|
||||
<div class="card">
|
||||
<div class="header">
|
||||
<h2 class="text-muted lh-1">Dj LMS</h2>
|
||||
<h2 class="text-muted lh-1">SkyLearn</h2>
|
||||
<p class="small text-muted fw-400 lh-1 m-0">
|
||||
Your learning management system
|
||||
</p>
|
||||
@ -263,10 +263,10 @@
|
||||
<p>
|
||||
A new student account with ID of <b>{{ user.username }}</b> has been
|
||||
created for you. <br />
|
||||
You're receiving this e-mail because the Dj-LMS admin has given your
|
||||
e-mail address to register an account on djlms.com. <br />
|
||||
You're receiving this e-mail because the SkyLearn admin has given your
|
||||
e-mail address to register an account on skylearn.com. <br />
|
||||
</p>
|
||||
<h5>Login credentials for your DJ LMS account:</h5>
|
||||
<h5>Login credentials for your SkyLearn account:</h5>
|
||||
<ul>
|
||||
<li>ID: {{ user.username }}</li>
|
||||
<li>Your password: {{ password }}</li>
|
||||
@ -287,14 +287,14 @@
|
||||
</p>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<p>Sincerely, djlms team!</p>
|
||||
<p>Sincerely, skylearn team!</p>
|
||||
<p>
|
||||
For any inquiries or assistance, please contact our support team:
|
||||
</p>
|
||||
<p>Email: <a href="mailto:support@djlms.com">support@djlms.com</a></p>
|
||||
<p>Email: <a href="mailto:support@skylearn.com">support@skylearn.com</a></p>
|
||||
<p>Phone: <a href="tel:251900000000">+(251) 90-000-0000</a></p>
|
||||
<p>
|
||||
© 2023 <a href="djlms.com">djlms.com</a> | All rights reserved.
|
||||
© 2023 <a href="skylearn.com">skylearn.com</a> | All rights reserved.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<a href="/">
|
||||
<img src="{% static 'img/brand.png' %}" width="210px" alt="Logo Django LMS">
|
||||
<img src="{% static 'img/brand.png' %}" width="210px" alt="SkyLearn">
|
||||
</a>
|
||||
<p class="mt-2">
|
||||
<mark class="bg-secondary text-light" style="border-radius: 2px; padding: 2px 5px;">
|
||||
@ -144,10 +144,10 @@
|
||||
|
||||
<p class="small m-0">
|
||||
{% trans 'Read our' %} <a href="#"> {% trans 'Privacy' %} </a> {% trans 'and' %} <a href="#"> {% trans 'Terms of use.' %}' </a>
|
||||
<br />Django LMS © <script>document.write(new Date().getFullYear());</script>
|
||||
<br />SkyLearn © <script>document.write(new Date().getFullYear());</script>
|
||||
<br />
|
||||
</p>
|
||||
<a href="https://github.com/adilmohak/django-lms" class="btn btn-sm btn-dark mx-auto" target="_blank">
|
||||
<a href="https://github.com/SkyCascade/SkyLearn" class="btn btn-sm btn-dark mx-auto" target="_blank">
|
||||
{% trans '⭐️ Star This Project' %}
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user