Read time: 1 minute

LibreHatti is basically an E-Commerce cum CRM (Customer relationship management) Django Web Application. Today I installed LibreHatti on my localhost.

Installation guide can be followed at http://greatdevelopers.github.io/LibreHatti/

Code on Github: https://github.com/GreatDevelopers/LibreHatti

I set up virtual env and installed everything specified in requirements.txt file.

I faced problem related to static directories and database name. In both the cases, the problem was of spellings of LibreHatti in the path in settings.py file. So replacing ‘h’ with ‘H’ solved the issues. The following is the screenshot of main interface of LibreHatti.

librehatti

 I had some issues during installation and then I was told to use dirty branch instead of master. So I cloned again from github because first I used –depth 1 flag while cloning so could not checkout to the ‘dirty’ branch. Actually master branch also had an issue related to some form. So changing to ‘dirty’ branch solved the problem.