Skip to content

Commit

Permalink
Release v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
app-generator committed May 11, 2024
1 parent a5df60f commit d0ccc2f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 13 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [1.0.6] 2024-05-11
### Changes

- Remove Browser Reload
- Update Docker (added Redis)
- Update DOCS (readme)

## [1.0.5] 2024-04-17
### Changes

Expand Down
24 changes: 11 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,27 +57,23 @@ The Django boilerplate with all you need to build your SaaS, AI tool, or any oth

## Manual Build

> 👉 Download code
> 👉 Unzip sources or clone the private repository (requires a [purchase](https://appseed.us/product/rocket-pro/django/))
```bash
$ git clone https://github.com/app-generator/rocket-django-pro.git
$ unzip rocket-django-pro.zip
// OR
$ git clone https://github.com/app-generator/priv-rocket-django-pro.git
$ cd rocket-django-pro
```

> 👉 Create `.env` from `env.sample`
> 👉 Edit `.env` using `env.sample` or keep the default values
```env
DEBUG=False
DEBUG=True
SECRET_KEY=<STRONG_KEY_HERE>
# For Myql or PgSQL Persistence
# DB_ENGINE=mysql
# DB_HOST=localhost
# DB_NAME=appseed_rocket_django
# DB_USERNAME=root
# DB_PASS=
# DB_PORT=3306
...
```

> 👉 Install **Django** modules via `VENV`
Expand Down Expand Up @@ -116,10 +112,12 @@ $ python manage.py runserver # start the project

## Start With Docker

> 👉 Download code
> 👉 Unzip sources or clone the private repository (requires a [purchase](https://appseed.us/product/rocket-pro/django/))
```bash
$ git clone https://github.com/app-generator/rocket-django-pro.git
$ unzip rocket-django-pro.zip
// OR
$ git clone https://github.com/app-generator/priv-rocket-django-pro.git
$ cd rocket-django-pro
```

Expand Down

0 comments on commit d0ccc2f

Please sign in to comment.