https://github.com/mariofix/cthulhu
CMS/¿ERP?
https://github.com/mariofix/cthulhu
Last synced: 4 months ago
JSON representation
CMS/¿ERP?
- Host: GitHub
- URL: https://github.com/mariofix/cthulhu
- Owner: mariofix
- License: mit
- Created: 2020-08-28T01:30:00.000Z (over 4 years ago)
- Default Branch: django-dev
- Last Pushed: 2023-10-02T14:21:37.000Z (over 1 year ago)
- Last Synced: 2024-11-19T10:54:41.249Z (6 months ago)
- Language: CSS
- Homepage:
- Size: 1.97 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Cthulhu
======

FullOn CRM for personal and commercial projects[](https://github.com/psf/black)
## Requirements
* Python 3.9 / Poetry
* MariaDB/MySQL
* Django 4.1## Install
```bash
$ git init
$ git remote add github [email protected]:mariofix/cthulhu.git
$ git pull github base
$ git checkout -B django-dev
$ git pull github django-dev
```## Run
```bash
$ poetry install
$ poetry run python django-admin compilemessages
$ poetry run python manage.py migrate
$ poetry run python manage.py runserver
```