npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

v-dot2

v1.0.1

Published

goto.html for v.dot2.com

Downloads

9

Readme

会员管理系统 v1.0.0

基于Django和MySQL的会员管理系统,包含Line和WhatsApp营销功能。

功能特性

用户管理

  • 会员注册、登录、权限管理
  • 多级菜单系统
  • VIP等级管理

Line营销

  • Line账号管理(ID/Link)
  • 显示规则(顺序/随机)
  • IP锁定功能
  • 专用跳转页面
  • 访问统计

WhatsApp营销

  • WhatsApp账号管理
  • 手机号和问候语配置
  • 显示规则(顺序/随机)
  • IP锁定功能
  • 专用跳转页面
  • 访问统计

网站配置

  • 网站名称设置
  • 业务域名配置
  • 域名分配管理

技术栈

  • 后端: Django 4.2.23
  • 数据库: MySQL
  • 前端: Bootstrap 5.1.3, jQuery
  • 图标: Bootstrap Icons

安装部署

  1. 克隆项目
git clone <repository-url>
cd python
  1. 创建虚拟环境
python -m venv venv
source venv/bin/activate  # Linux/Mac
# 或
venv\Scripts\activate  # Windows
  1. 安装依赖
pip install -r requirements.txt
  1. 配置数据库
python manage.py makemigrations
python manage.py migrate
  1. 创建超级用户
python manage.py createsuperuser
  1. 运行开发服务器
python manage.py runserver

项目结构

mysite/
├── member/                 # 会员管理应用
│   ├── models.py          # 数据模型
│   ├── views.py           # 视图函数
│   ├── urls.py            # URL路由
│   └── templates/         # 模板文件
│       └── member/
│           ├── line.html              # Line管理页面
│           ├── whatsapp.html          # WhatsApp管理页面
│           ├── line_redirect.html     # Line跳转页面
│           ├── whatsapp_redirect.html # WhatsApp跳转页面
│           └── config.html            # 网站配置页面
├── mysite/                # 项目配置
│   ├── settings.py        # 项目设置
│   ├── urls.py            # 主URL配置
│   └── wsgi.py            # WSGI配置
└── manage.py              # Django管理脚本

版本历史

v1.0.0 (2025-07-06)

  • 初始版本发布
  • 完成基础会员管理功能
  • 实现Line和WhatsApp营销功能
  • 添加专用跳转页面
  • 支持顺序/随机显示规则
  • 实现IP锁定功能
  • 添加网站配置功能

许可证

MIT License

作者

开发团队