Skip to content

napse-invest/django-napse

Folders and files

NameName
Last commit message
Last commit date
Mar 11, 2024
Mar 20, 2024
Feb 6, 2024
Jul 9, 2024
Feb 27, 2024
Mar 15, 2024
Mar 1, 2024
Feb 27, 2024
Aug 5, 2023
Mar 14, 2024
Jul 7, 2023
Mar 13, 2024
Mar 20, 2024
Dec 22, 2023
Sep 18, 2023
Mar 8, 2024
Aug 16, 2023
Mar 12, 2024

Repository files navigation

Napse's logo

Coverage Release Twitter Discord

Django Napse · Documentation . How to contribute


django-napse

Django napse is a portfolio management module using trading bots. This directory can be used as a Django module, which you can install as follows:

pip install django-napse

Or you can use it as a local backend for the Napse desktop application, by cloning the repository.

Find more details for installation in the documentation.

Quick start

make setup
make up

Now server runs on http://localhost:8000/. See the documentation for further details.

Documentation

You can find the documentation here.

How to contribute

If you want to contribute to the project, please read the contributing guidelines first. You will find the setup instructions and our standards.