https://github.com/sveetch/sveetch-home
My home webserver with useful apps
https://github.com/sveetch/sveetch-home
Last synced: about 1 year ago
JSON representation
My home webserver with useful apps
- Host: GitHub
- URL: https://github.com/sveetch/sveetch-home
- Owner: sveetch
- Created: 2023-11-06T01:44:43.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-06T16:09:17.000Z (over 2 years ago)
- Last Synced: 2025-02-01T15:11:48.559Z (over 1 year ago)
- Language: Python
- Size: 705 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
.. _Python: https://www.python.org/
.. _Django: https://www.djangoproject.com/
.. _Node.js: https://nodejs.org/dist/latest-v16.x/docs/api/
.. _NPM: https://docs.npmjs.com/
.. _Bootstrap: https://getbootstrap.com/docs/
.. _project-composer: https://github.com/sveetch/project-composer
.. _Webpack: https://webpack.js.org/
.. _django-configurations: https://django-configurations.readthedocs.io/
.. _Django Deovi: https://github.com/sveetch/django-deovi
============
Sveetch Home
============
*Generated from cookiecutter-bireli==0.3.9*
My home webserver with useful apps.
Main stack components
*********************
* `Python`_ >=3.10;
* `Django`_ >=4.0,<4.1;
* `project-composer`_ >=0.7.0,<0.8.0;
* `django-configurations`_ >=2.3.2;
* `Node.js`_ >=18.0.0;
* `NPM`_ >=8.0.0;
* `Bootstrap`_ 5.2.0;
* `Django Deovi`_ >=0.6.1;
Install
*******
First ::
make install
Then: ::
make frontend
Finally you will need a super user to login into admin: ::
make superuser
Usage
*****
::
make run
There is a lot of useful Makefile commands to manage your project, read the Makefile
help: ::
make help