Skip to content

cloudbeer/zp-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zp-store


Notice: This project is not accomplished. Cloudbeer is a python newbie.

这个项目还没有完成,请谨慎下载,并且作者是 python 初学者


An online light shop with python, web.py. Database is mongodb now.


Depends on:

My nginx with uWSGI config:
server {
    listen  80;
    server_name     zp-store;
    location / {
            include uwsgi_params;
            uwsgi_pass 127.0.0.1:9090;
     }
    location /favicon.ico {
            alias /home/cloudbeer/projects/zp-store/favicon.ico;
    }
    location /upload {
            alias /home/cloudbeer/projects/zp-store/upload;
    }
}
Start uWSGI with (at app folder):
uwsgi -s :9090 -w index
i18n using yaml
Default lang is 'zh-CN'

About

A lightware online-shop.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published