Skip to content

pandaops/ERP

 
 

Repository files navigation

ERP

This contains the source code of ERP

Install Haystack 1.2.6. If you decide to go with Haystack 2.0 remove the HAYSTACK_CONF and the other haystack settings and replace with <a href"http://dpaste.com/759934/"> this. There are some other instructions on the doc here.

Install Whoosh.

Once the dev server is running, you'll see that the UserProfile is not being written. Write in some entries to UserProfile and Tasks.

Now run manage.py rebuild_index. This will index the new entries that you wrote to Tasks.

Go to localhost:8000/erp. Once you login, you'll be prompted for the shaastra.org login details because of frontend material. Provide the CP login or avoid this altogether by changing the URLs in settings to your local comp

Login using admin.(The register/create a new account wasn't working for me)

Go to localhost:8000/search. Search for the task that you set before. It'll give you weird results.

Play around with the dashboard :)

About

This contains the source code of ERP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.4%
  • Python 11.9%
  • PHP 2.4%
  • Other 0.3%