Skip to content

A powerful, yet easy to implement italian einvoice application for Django 2.0+

License

Notifications You must be signed in to change notification settings

duckpage/makalu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

makalu

A powerful, yet easy to implement italian einvoice application for Django 2.0+ Below is a quick summary of usage.

How to install:

Add the folder makalu to your django project.

Add makalu to your INSTALLED_APPS setting:

INSTALLED_APPS = (
    ...
    'makalu',
) 

Add 'makalu.processors.revenue' to TEMPLATES -> OPTIONS in settings.py.

Add path('', include('makalu.urls')) in to urls.py.

Run manage.py migrate makalu.

Run manage.py firstconfiguration.

Authentication

If you want to use Django autentications system:

Add path('accounts/', include('django.contrib.auth.urls')), in to urls.py.

Add LOGIN_REDIRECT_URL = '/' and LOGOUT_REDIRECT_URL = '/' to settings.py

About

A powerful, yet easy to implement italian einvoice application for Django 2.0+

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published