https://github.com/mariofix/cthulhu
CMS/¿ERP?
https://github.com/mariofix/cthulhu
Last synced: 8 months ago
JSON representation
CMS/¿ERP?
- Host: GitHub
- URL: https://github.com/mariofix/cthulhu
- Owner: mariofix
- License: mit
- Archived: true
- Created: 2020-08-28T01:30:00.000Z (almost 6 years ago)
- Default Branch: django-dev
- Last Pushed: 2023-10-02T14:21:37.000Z (over 2 years ago)
- Last Synced: 2025-03-13T17:48:36.718Z (about 1 year ago)
- Language: CSS
- Homepage:
- Size: 1.97 MB
- Stars: 0
- Watchers: 1
- 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 git@github.com: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
```