Skip to content

Commit

Permalink
v1.0.1-rc1 - Bump Codebase & UI
Browse files Browse the repository at this point in the history
- Codebase: Jinja Template
- UI: AdminLTE v3.1.0-pre
  • Loading branch information
App Generator committed Feb 7, 2021
1 parent 20ccdd2 commit 293edb4
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [1.0.1] 2021-02-07

- Bump Codebase: [Jinja Template](https://github.com/app-generator/boilerplate-code-jinja/releases) v1.0.3
- UI Version - AdminLTE v3.1.0-pre
- UI CleanUP - remove MAP files

## [1.0.0] 2020-07-14
### Initial Release

Expand Down
25 changes: 11 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,32 @@
- UI Kit: **[AdminLTE](https://appseed.us/adminlte)** by **ColorLib**
- Render Engine: Flask / [Jinja2](https://jinja.palletsprojects.com/)
- **[MIT License](https://github.com/app-generator/license-mit)**
- Free support via **Github** issues tracker
- Paid 24/7 Live Support via [Discord](https://discord.gg/fZC6hup).
- Deployment scripts: Docker, Gunicorn/Nginx, HEROKU
- Support via **Github** (issues tracker) and [Discord](https://discord.gg/fZC6hup).

> Links
- [Jinja2 AdminLTE](https://jinja2-adminlte.appseed.us/) - LIVE Demo
- [Jinja Template - AdminLTE Docs](https://docs.appseed.us/jinja-template/jinja-template-adminlte-dashboard/)
- [What is Jinja](https://docs.appseed.us/what-is/jinja/) - a short introduction to Jinja
- [Jinja Template](https://github.com/app-generator/jinja-template) - A curated list with Jinja Templates (free & commercial) generated by AppSeed
- [Jinja Azia Dashboard](https://adminlte-jinja.appseed-srv1.com/) - starter in action
- More [Jinja Templates](https://appseed.us/jinja-template) provided by AppSeed

<br />

## UI Kit - [AdminLTE](https://appseed.us/adminlte)
## [AdminLTE](https://appseed.us/adminlte)

*Vendor Notes* - [AdminLTE](https://appseed.us/adminlte) is a fully responsive administration template. Based on Bootstrap 4.4 framework and also the JS/jQuery plugin. Highly customizable and easy to use. Fits many screen resolutions from small mobile devices to large desktops
AdminLTE is a fully responsive administration template. Based on Bootstrap 4.4 framework and also the JS/jQuery plugin. Highly customizable and easy to use. Fits many screen resolutions from small mobile devices to large desktops

<br />

![Jinja Template - AdminLTE.](https://raw.githubusercontent.com/app-generator/jinja2-adminlte/master/media/jinja2-adminlte-screen.png)
![Jinja Template - AdminLTE.](https://raw.githubusercontent.com/app-generator/adminlte-jinja/master/media/jinja2-adminlte-screen.png)

<br />

## Build from sources

```bash
$ # Clone the sources
$ git clone https://github.com/app-generator/jinja2-adminlte.git
$ cd jinja2-adminlte
$ git clone https://github.com/app-generator/jinja-adminlte.git
$ cd jinja-adminlte
$
$ # Virtualenv modules installation (Unix based systems)
$ virtualenv env
Expand Down Expand Up @@ -121,8 +118,8 @@ The steps to start the template using Docker:
> Get the code
```bash
$ git clone https://github.com/app-generator/jinja2-adminlte.git
$ cd jinja2-adminlte
$ git clone https://github.com/app-generator/jinja-adminlte.git
$ cd jinja-adminlte
```

> Start the app in Docker
Expand Down
21 changes: 9 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@
{
"name": "jinja2-adminlte",
"mastertemplate": "theme-jinja2",
"version": "1.0.0",
"name": "jinja-adminlte",
"mastertemplate": "boilerplate-code-jinja",
"version": "1.0.1",
"description": "Template project - Flask/Jinja2 Theme",
"scripts": {
},
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/app-generator/jinja2-adminlte"
"url": "https://github.com/app-generator/jinja-adminlte"
},
"bugs": {
"url": "https://github.com/app-generator/jinja2-adminlte/issues",
"url": "https://github.com/app-generator/jinja-adminlte/issues",
"email": "[email protected]"
},
"author": "AppSeed App Generator <[email protected]> (https://appseed.us)",
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
},
"devDependencies": {
}
}
"dependencies": {},
"devDependencies": {}
}

0 comments on commit 293edb4

Please sign in to comment.