Skip to content

Instantly share code, notes, and snippets.

View chaudharypraveen98's full-sized avatar
🦀
Learning

Praveen Chaudhary chaudharypraveen98

🦀
Learning
View GitHub Profile

Saraswati Enterprises

This is the official website source code for the Saraswati Enterprises made on the top of the Django Framework with some python libraries like openpyxl, django-extension, django debugger and others too.

Features : -

  1. Theme based UI design.
  2. Mostly class based views has been used.
  3. Improved django queries running in the backend using django-debugger-toolbar.
  4. Admin panel with powerful dashboard.
  5. Admin controlled website , requires login for advanced features.
  6. Rest API build on the top of the Django WebApp.
---
version: "2.0"
services:
mysql:
image: mysql
params:
storage:
data:
mount: /var/lib/mysql
version: "2.0"
services:
chia:
image: cryptoandcoffee/akash-chia:72
expose:
- port: 8080
as: 80
proto: tcp
to:
---
version: "2.0"
services:
xmrig:
image: cryptoandcoffee/akash-xmrig:1
expose:
- port: 8080
as: 80
proto: tcp