|
3 | 3 | **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. |
4 | 4 |
|
5 | 5 | - 👉 [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 |
7 | 7 | - 👉 [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) |
14 | 8 |
|
15 | 9 | <br /> |
16 | 10 |
|
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 | | - |
25 | 11 | > Features |
26 | 12 |
|
27 | 13 | - `Up-to-date dependencies` |
28 | 14 | - Database: `sqlite` |
29 | 15 | - 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` |
31 | 21 |
|
32 | 22 | <br /> |
33 | 23 |
|
|
41 | 31 |
|
42 | 32 | ```bash |
43 | 33 | $ # 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 |
46 | 36 | ``` |
47 | 37 |
|
48 | 38 | <br /> |
49 | 39 |
|
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 /> |
69 | 40 |
|
70 | | -> **Step 3** - Start the APP in `Docker` |
| 41 | +> **Step 2** - Start the APP in `Docker` |
71 | 42 |
|
72 | 43 | ```bash |
73 | 44 | $ docker-compose up --build |
74 | 45 | ``` |
75 | 46 |
|
76 | | -Visit `http://localhost:5085` in your browser. The app should be up & running. |
77 | | - |
78 | 47 | <br /> |
79 | 48 |
|
80 | | - |
81 | | - |
82 | 49 | ## ✨ How to use it |
83 | 50 |
|
84 | 51 | > Download the [code](https://appseed.us/product/soft-ui-design-pro/django/) and unzip the sources (requires a `purchase`). |
85 | 52 |
|
86 | 53 | ```bash |
87 | 54 | $ # 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 |
90 | 57 | ``` |
91 | 58 |
|
92 | 59 | <br /> |
@@ -116,6 +83,8 @@ $ python manage.py migrate |
116 | 83 |
|
117 | 84 | ```bash |
118 | 85 | $ python manage.py runserver |
| 86 | +// OR with https |
| 87 | +$ python manage.py runsslserver |
119 | 88 | ``` |
120 | 89 |
|
121 | 90 | At this point, the app runs at `http://127.0.0.1:8000/`. |
@@ -147,6 +116,8 @@ $ python manage.py migrate |
147 | 116 |
|
148 | 117 | ```bash |
149 | 118 | $ python manage.py runserver |
| 119 | +// OR with https |
| 120 | +$ python manage.py runsslserver |
150 | 121 | ``` |
151 | 122 |
|
152 | 123 | 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: |
220 | 191 |
|
221 | 192 | <br /> |
222 | 193 |
|
223 | | - |
224 | | - |
225 | 194 | --- |
226 | 195 | Soft UI Design PRO Django - Seed project generated by **[AppSeed Generator](https://appseed.us/generator/)**. |
0 commit comments