Skip to content

Commit

Permalink
Update UI version
Browse files Browse the repository at this point in the history
  • Loading branch information
app-generator committed Aug 9, 2022
1 parent 8689306 commit bffb575
Show file tree
Hide file tree
Showing 309 changed files with 52,205 additions and 29 deletions.
30 changes: 1 addition & 29 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ Open-source **Django Dashboard** generated by `AppSeed` op top of a modern desig

<br />

> Built with [Argon Dashboard Generator](https://appseed.us/generator/argon-dashboard/)
- Timestamp: `2022-06-09 17:45`
- Build ID: `acb2ca96-ce76-4c6e-8037-c73a7d3a0b42`
- **Free [Support](https://appseed.us/support/)** (registered users) via `Email` and `Discord`

<br />

> Features
- `Up-to-date dependencies`
Expand All @@ -42,27 +34,7 @@ $ cd django-argon-dashboard

<br />

> **Step 2** - Edit `.env` and remove or comment all `DB_*` settings (`DB_ENGINE=...`). This will activate the `SQLite` persistance.
```txt
DEBUG=True
# Deployment SERVER address
SERVER=.appseed.us
# For MySql Persistence
# DB_ENGINE=mysql <-- REMOVE or comment for Docker
# DB_NAME=appseed_db <-- REMOVE or comment for Docker
# DB_HOST=localhost <-- REMOVE or comment for Docker
# DB_PORT=3306 <-- REMOVE or comment for Docker
# DB_USERNAME=appseed_db_usr <-- REMOVE or comment for Docker
# DB_PASS=<STRONG_PASS> <-- REMOVE or comment for Docker
```

<br />

> **Step 3** - Start the APP in `Docker`
> **Step 2** - Start the APP in `Docker`
```bash
$ docker-compose up --build
Expand Down
Loading

0 comments on commit bffb575

Please sign in to comment.