Skip to content

Commit aa48324

Browse files
Update README.md
1 parent fcac222 commit aa48324

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# [Django User Profile](https://django-user-profile.appseed-srv1.com/)
22

3-
Django Sample project that allows registered users to edit their profile outside of the admin module. **Django User Profile** is provided on top of Django Volt, a popular open-source **[Django Template](https://appseed.us/admin-dashboards/django/)** provided by `Themesberg` and `AppSeed`. For newcomers, **Django** is the most popular Python-based web framework initially released in 2003 and currently a reference framework in web development.
3+
Django Sample project that allows registered users to edit their profile outside of the admin module. **Django User Profile** is provided on top of `Volt`, a popular open-source **[Django Bootstrap 5 Template](https://appseed.us/product/volt-dashboard/django/)** provided by `Themesberg` and `AppSeed`. For newcomers, **Django** is the most popular Python-based web framework initially released in 2003 and is currently a top-rated framework in web development.
44

55
- 👉 [Django User Profile](https://django-user-profile.appseed-srv1.com/) - `LIVE Demo`
66
- 👉 [Django Volt BS5](https://appseed.us/product/volt-dashboard/django/) - the original starter
@@ -17,8 +17,6 @@ Django Sample project that allows registered users to edit their profile outside
1717
- ✅ User Profile Page: `settings.html`
1818
- ✅ Deployment scripts: Docker, Gunicorn / Nginx
1919

20-
<br />
21-
2220
![Django Bootstrap 5 Volt - Template project provided by AppSeed.](https://raw.githubusercontent.com/app-generator/django-user-profile/master/media/django-edit-profile-intro.gif)
2321

2422
<br />
@@ -27,8 +25,8 @@ Django Sample project that allows registered users to edit their profile outside
2725

2826
```bash
2927
$ # Get the code
30-
$ git clone https://github.com/app-generator/django-user-profile.git
31-
$ cd django-user-profile
28+
$ git clone https://github.com/app-generator/sample-django-extended-user-profile.git
29+
$ cd sample-django-extended-user-profile
3230
$
3331
$ # Virtualenv modules installation (Unix based systems)
3432
$ virtualenv env
@@ -333,4 +331,4 @@ if settings.DEVEL:
333331
<br />
334332

335333
---
336-
[Django Template Volt](https://appseed.us/product/volt-dashboard/django) - Provided by Themesberg and AppSeed.
334+
[Django Template Volt](https://appseed.us/product/volt-dashboard/django/) - Provided by Themesberg and AppSeed.

0 commit comments

Comments
 (0)