Skip to content

Commit e1aa876

Browse files
committed
Release v1.0.4 - OAuth, Extended Profiles, Improved Docker
1 parent 241bc2c commit e1aa876

File tree

2 files changed

+32
-46
lines changed

2 files changed

+32
-46
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Change Log
22

3+
## [1.0.4] 2022-09-08
4+
### Improvements
5+
6+
- Improved Authentication
7+
- Visual password strength indicator (registration)
8+
- **Social Login**: `Github` & `Twitter`
9+
- New Feature: `User Profiles`
10+
- `Extended User` profile
11+
- `Self-Deletion` option
12+
- Improved `Docker` Scripts
13+
14+
## [1.0.3] 2022-09-05
15+
### Improvements
16+
17+
- Added Profile Page
18+
- Update SignIN with Social Buttons
19+
320
## [1.0.2] 2022-08-10
421
### Improvements (Minor)
522

README.md

Lines changed: 15 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,21 @@
33
**Django Web App** generated by `AppSeed` op top of a modern design. Designed for those who like bold elements and beautiful websites, **Soft UI Design PRO** is ready to help you create stunning websites and webapps.
44

55
- 👉 [Soft UI Design PRO Django](https://appseed.us/product/soft-ui-design-pro/django/) - Product page
6-
- 👉 [Soft UI Design PRO Django](https://django-soft-ui-design-pro.appseed-srv1.com/) - LIVE Demo
6+
- 👉 [Soft UI Design PRO Django](https://django-soft-design-enh.appseed-srv1.com) - LIVE Demo
77
- 👉 [Complete documentation](https://docs.appseed.us/products/django-apps/soft-ui-design-pro) - `Learn how to use and update the product`
8-
-[Set up the environment](https://docs.appseed.us/products/django-apps/soft-ui-design-pro#environment)
9-
-[Start the app in Docker](https://docs.appseed.us/products/django-apps/soft-ui-design-pro#start-the-app-in-docker)
10-
-[Manual Build](https://docs.appseed.us/products/django-apps/soft-ui-design-pro#manual-build)
11-
-[UI Assets and Templates](https://docs.appseed.us/products/django-apps/soft-ui-design-pro#ui-assets-and-templates)
12-
-[Set up the MySql Database](https://docs.appseed.us/products/django-apps/soft-ui-design-pro#set-up-the-mysql-database)
13-
-[Static Assets for production](https://docs.appseed.us/products/django-apps/soft-ui-design-pro#static-assets-for-production)
148

159
<br />
1610

17-
> Built with [Soft UI Design PRO Generator](https://appseed.us/generator/soft-ui-design-pro/)
18-
19-
- Timestamp: `2022-06-14 11:09`
20-
- Build ID: `1972f361-176d-4c81-9673-559e03c127a0`
21-
- **Free [Support](https://appseed.us/support/)** (registered users) via `Email` and `Discord`
22-
23-
<br />
24-
2511
> Features
2612
2713
- `Up-to-date dependencies`
2814
- Database: `sqlite`
2915
- UI-Ready app, Django Native ORM
30-
- `Session-Based authentication`, Forms validation
16+
- **Authentication**
17+
- `Session-Based authentication`
18+
- `Social Login` (optional) for **Github** & **Twitter**
19+
- **User profiles**
20+
- `Extended profile`, `Self-Deletion`
3121

3222
<br />
3323

@@ -41,52 +31,29 @@
4131
4232
```bash
4333
$ # Get the code
44-
$ unzip django-soft-ui-design-pro.zip
45-
$ cd django-soft-ui-design-pro
34+
$ unzip django-soft-ui-design-enh.zip
35+
$ cd django-soft-ui-design-enh
4636
```
4737

4838
<br />
4939

50-
> **Step 2** - Edit `.env` and remove or comment all `DB_*` settings (`DB_ENGINE=...`). This will activate the `SQLite` persistance.
51-
52-
```txt
53-
DEBUG=True
54-
55-
# Deployment SERVER address
56-
SERVER=.appseed.us
57-
58-
# For MySql Persistence
59-
# DB_ENGINE=mysql <-- REMOVE or comment for Docker
60-
# DB_NAME=appseed_db <-- REMOVE or comment for Docker
61-
# DB_HOST=localhost <-- REMOVE or comment for Docker
62-
# DB_PORT=3306 <-- REMOVE or comment for Docker
63-
# DB_USERNAME=appseed_db_usr <-- REMOVE or comment for Docker
64-
# DB_PASS=<STRONG_PASS> <-- REMOVE or comment for Docker
65-
66-
```
67-
68-
<br />
6940

70-
> **Step 3** - Start the APP in `Docker`
41+
> **Step 2** - Start the APP in `Docker`
7142
7243
```bash
7344
$ docker-compose up --build
7445
```
7546

76-
Visit `http://localhost:5085` in your browser. The app should be up & running.
77-
7847
<br />
7948

80-
81-
8249
## ✨ How to use it
8350

8451
> Download the [code](https://appseed.us/product/soft-ui-design-pro/django/) and unzip the sources (requires a `purchase`).
8552
8653
```bash
8754
$ # Get the code
88-
$ unzip django-soft-ui-design-pro.zip
89-
$ cd django-soft-ui-design-pro
55+
$ unzip django-soft-ui-design-enh.zip
56+
$ cd django-soft-ui-design-enh
9057
```
9158

9259
<br />
@@ -116,6 +83,8 @@ $ python manage.py migrate
11683
11784
```bash
11885
$ python manage.py runserver
86+
// OR with https
87+
$ python manage.py runsslserver
11988
```
12089

12190
At this point, the app runs at `http://127.0.0.1:8000/`.
@@ -147,6 +116,8 @@ $ python manage.py migrate
147116
148117
```bash
149118
$ python manage.py runserver
119+
// OR with https
120+
$ python manage.py runsslserver
150121
```
151122

152123
At this point, the app runs at `http://127.0.0.1:8000/`.
@@ -220,7 +191,5 @@ The project is coded using a simple and intuitive structure presented below:
220191

221192
<br />
222193

223-
224-
225194
---
226195
Soft UI Design PRO Django - Seed project generated by **[AppSeed Generator](https://appseed.us/generator/)**.

0 commit comments

Comments
 (0)