-
mt-freelance-invoices下载
资源介绍
#mt-freelance-invoices 供*职业者管理发票的 Web 应用程序。 直接从基于日期的时间表轻松创建发票。 下载您的发票。 一键将pdf格式的发票直接发送给客户。
##要求
Web 服务器(例如: )
数据库(例如: )
##Installation 在您的服务器中(基于 debian) * 假设 SERVER_NAME 像 invoices.myweb.com
$ cd /var/www
$ git clone https://github.com/mastortosa/mt-freelance-invoices.git
$ mv mt-freelance-invoices SERVER_NAME
$ cd freelance
$ virtualenv venv
$ source venv/bin/activate
$ pip install -r req