Skip to content

Commit

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

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

- Added provisioning
- Update Links
- Sidebar
- Starter Page

## [1.0.4] 2024-04-29
### Changes

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@
| ✓ Flask 2.3.x | **Everything in Free**, plus: | **Everything in PRO**, plus: |
| ✓ Best Practices, Blueprints | ✅ Extended User Model, Roles |**1mo Custom Development** |
|**TailwindCSS**/`Flowbite` |**API** |**Team**: PM, Developer, Tester |
| ✓ Celery |**Charts** | ✅ Weekly Sprints |
| ✓ Charts |**DataTables** | ✅ Technical SPECS |
| ✓ Celery |**[Charts](https://rocket-flask-pro.onrender.com/charts/)** | ✅ Weekly Sprints |
| ✓ Charts |**[DataTables](https://rocket-flask-pro.onrender.com/tables/)** | ✅ Technical SPECS |
| ✓ API via Flask-RESTful |**Docker** | ✅ Documentation |
| ✓ Docker | ✅ Private REPO Access |**30 days Delivery Warranty** |
| ✓ CI/CD Flow via Render |**Unlimited Projects** | - |
| ✓ Support via GitHub Issues | ✅ Lifetime Updates | - |
| - |**PRO Support** - [Email & Discord](https://appseed.us/support/) | - |
| - |[AWS, DO, Azure Deploy Assistance](https://deploypro.dev/) | - |
| ------------------------------------| ------------------------------------| ------------------------------------|
| 🚀 [LIVE Demo](https://rocket-flask.onrender.com/) | 🚀 [LIVE Demo](https://rocket-flask-pro.onrender.com/) (PRO) | 🛒 `Order`: **[$4,999](https://appseed.gumroad.com/l/rocket-package)** (GUMROAD) |
| 🚀 [LIVE Demo](https://rocket-flask.onrender.com/) | 🚀 [LIVE Demo](https://rocket-flask-pro.onrender.com/) (PRO) | 🛒 `Order`: **[$3,999](https://appseed.gumroad.com/l/rocket-package)** (GUMROAD) |

<br />

Expand Down
Binary file modified apps/db.sqlite3
Binary file not shown.
4 changes: 1 addition & 3 deletions apps/templates/accounts/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ <h2 class="text-2xl font-bold text-gray-900 dark:text-white">
Sign in to platform
</h2>
<p>
<span>ADMIN: admin / Pass12__</span>
<br />
<span>USER: test / Pass12__</span>
<span>Login: test / Pass12__</span>
</p>
<form class="mt-8 space-y-6" method="post">
{{ form.hidden_tag() }}
Expand Down
6 changes: 3 additions & 3 deletions apps/templates/includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="description"
content="Open-Source Django starter styled with Tailwind/Flowbite - Actively supported by AppSeed.">

<link rel="canonical" href="https://github.com/app-generator/rocket-flask">
<link rel="canonical" href="https://appseed.us/product/rocket/flask/">

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
Expand All @@ -29,10 +29,10 @@
<meta name="twitter:title" content="Tailwind CSS Admin Dashboard - Flowbite">
<meta name="twitter:description"
content="Get started with a free and open-source admin dashboard layout built with Tailwind CSS and Flowbite featuring charts, widgets, CRUD layouts, authentication pages, and more">
<meta name="twitter:image" content="https://github.com/app-generator/rocket-flask">
<meta name="twitter:image" content="https://appseed.us/product/rocket/flask/">

<!-- Facebook -->
<meta property="og:url" content="https://github.com/app-generator/rocket-flask">
<meta property="og:url" content="https://appseed.us/product/rocket/flask/">
<meta property="og:title" content="Tailwind CSS Admin Dashboard - Flowbite">
<meta property="og:description"
content="Get started with a free and open-source admin dashboard layout built with Tailwind CSS and Flowbite featuring charts, widgets, CRUD layouts, authentication pages, and more">
Expand Down
28 changes: 14 additions & 14 deletions apps/templates/includes/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
class="flex items-center p-2 text-base text-gray-900 transition duration-75 rounded-lg pl-11 group hover:bg-gray-100 dark:text-gray-200 dark:hover:bg-gray-700 {% if 'charts' in segment %} bg-gray-100 dark:bg-gray-700 {% endif %}">Charts</a>
</li>
<li>
<a href="/api/product/"
<a href="/api/product/" target="_blank"
class="flex items-center p-2 text-base text-gray-900 transition duration-75 rounded-lg pl-11 group hover:bg-gray-100 dark:text-gray-200 dark:hover:bg-gray-700">API</a>
</li>
<li>
Expand All @@ -116,19 +116,19 @@
</a>
</li>-->
<li>
<a rel="noopener" href="#"
<a rel="noopener" href="https://rocket-flask-pro.onrender.com/tables/" target="_blank"
class="flex items-center p-2 text-base text-gray-900 transition duration-75 rounded-lg hover:bg-gray-100 group dark:text-gray-200 dark:hover:bg-gray-700">
<svg class="w-6 h-6 text-gray-800 dark:text-white" aria-hidden="true"
xmlns="http://www.w3.org/2000/svg" width="20" height="14" fill="none"
viewBox="0 0 20 14">
<path stroke="currentColor" stroke-width="2"
d="M1 5h18M1 9h18m-9-4v8m-8 0h16a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1Z" />
</svg>
<span class="ml-3" sidebar-toggle-item>PRO DataTables (soon)</span>
<span class="ml-3" sidebar-toggle-item>PRO DataTables</span>
</a>
</li>
<li>
<a rel="noopener" href="#"
<a rel="noopener" href="https://rocket-flask-pro.onrender.com/charts/" target="_blank"
class="flex items-center p-2 text-base text-gray-900 transition duration-75 rounded-lg hover:bg-gray-100 group dark:text-gray-200 dark:hover:bg-gray-700">
<svg class="w-6 h-6 text-gray-800 dark:text-white" aria-hidden="true"
xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 21 21">
Expand All @@ -139,29 +139,29 @@
d="M12.5 1c-.169 0-.334.014-.5.025V9h7.975c.011-.166.025-.331.025-.5A7.5 7.5 0 0 0 12.5 1Z" />
</g>
</svg>
<span class="ml-3" sidebar-toggle-item>PRO Charts (soon)</span>
<span class="ml-3" sidebar-toggle-item>PRO Charts</span>
</a>
</li>
<li>
<a rel="noopener" href="#"
<a rel="noopener" href="https://rocket-flask-pro.onrender.com/file-manager" target="_blank"
class="flex items-center p-2 text-base text-gray-900 transition duration-75 rounded-lg hover:bg-gray-100 group dark:text-gray-200 dark:hover:bg-gray-700">
<svg class="w-6 h-6 text-gray-800 dark:text-white" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 20">
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M2 5a1 1 0 0 0-1 1v12a.969.969 0 0 0 .933 1h8.1a1 1 0 0 0 1-1.033M10 1v4a1 1 0 0 1-1 1H5m10-4v12a.97.97 0 0 1-.933 1H5.933A.97.97 0 0 1 5 14V5.828a2 2 0 0 1 .586-1.414l2.828-2.828A2 2 0 0 1 9.828 1h4.239A.97.97 0 0 1 15 2Z"/>
</svg>
<span class="ml-3" sidebar-toggle-item>PRO File Manager (soon)</span>
<span class="ml-3" sidebar-toggle-item>PRO File Manager</span>
</a>
</li>
</ul>
<div class="pt-2 space-y-2">
<a href="https://github.com/app-generator/rocket-flask" target="_blank"
<a href="https://appseed.us/product/rocket/flask/" target="_blank"
class="flex items-center p-2 text-base text-gray-900 transition duration-75 rounded-lg hover:bg-gray-100 group dark:text-gray-200 dark:hover:bg-gray-700">
<svg aria-hidden="true"
class="flex-shrink-0 w-6 h-6 text-gray-500 transition duration-75 group-hover:text-gray-900 dark:text-gray-400 dark:group-hover:text-white"
fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512">
<path
d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z" />

<svg class="flex-shrink-0 w-6 h-6 text-gray-500 transition duration-75 group-hover:text-gray-900 dark:text-gray-400 dark:group-hover:text-white" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24">
<path fill-rule="evenodd" d="M13 11.15V4a1 1 0 1 0-2 0v7.15L8.78 8.374a1 1 0 1 0-1.56 1.25l4 5a1 1 0 0 0 1.56 0l4-5a1 1 0 1 0-1.56-1.25L13 11.15Z" clip-rule="evenodd"/>
<path fill-rule="evenodd" d="M9.657 15.874 7.358 13H5a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-2.358l-2.3 2.874a3 3 0 0 1-4.685 0ZM17 16a1 1 0 1 0 0 2h.01a1 1 0 1 0 0-2H17Z" clip-rule="evenodd"/>
</svg>
<span class="ml-3" sidebar-toggle-item>Source Code</span>

<span class="ml-3" sidebar-toggle-item>Download</span>
</a>
<a href="https://flowbite.com/docs/components/alerts/" target="_blank"
class="flex items-center p-2 text-base text-gray-900 transition duration-75 rounded-lg hover:bg-gray-100 group dark:text-gray-200 dark:hover:bg-gray-700">
Expand Down
4 changes: 2 additions & 2 deletions apps/templates/pages/starter.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<title>Rocket Flask - Styled with Tailwind/Flowbite AppSeed</title>
<meta name="description" content="Open-Source Flask starter styled with Tailwind/Flowbite - Actively supported by AppSeed.">

<link rel="canonical" href="https://github.com/app-generator/rocket-flask">
<link rel="canonical" href="https://appseed.us/product/rocket/flask/">

<link rel="stylesheet" href="{{url_for('static',filename='dist/css/output.css')}}">
</head>
Expand All @@ -23,7 +23,7 @@
<span class="self-center text-xl font-semibold whitespace-nowrap dark:text-white">Rocket Flask</span>
</a>
<div class="flex md:order-2">
<a href="https://github.com/app-generator/rocket-flask" target="_blank"
<a href="https://appseed.us/product/rocket/flask/" target="_blank"
class="text-white bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium rounded-lg text-sm px-5 py-2.5 text-center mr-3 md:mr-0 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800">
Download</a>
<button data-collapse-toggle="navbar-cta" type="button"
Expand Down

0 comments on commit ed863d5

Please sign in to comment.