An Example of Procurement and Logistics application using web2py
How to install:
- clone this application into web2py applications dir
- Edit db.py MIGRATE = False to True
- execute python web2py.py -S prolog -M, a shell will be prompted, and your models will be initialized. Exit from the shell
- execute python web2py.py -p8000 -ayourpassword, open the application in a browser, The url is http://localhost:8000/prolog or if you want to access it via admin then just http://localhost:8000/admin
Happy coding...