Skip to content

numachen/recruitment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#功能: 1、权限管理、日志记录、LDAP域集成、钉钉群消息通知集成;
#2021年6月19日 实现功能:后台管理系统实现多语言切换;
第一步:本地安装gettext;
第二步:生成文本格式的多语言资源文件 .po 文件
翻译 .po 文件中的内容到不同语言
django-admin makemessages -l zh_HANS -l en
第三步:编译生成可以高效使用的二进制文件 (.mo) 文件
django-admin compilemessages
第四步:配置URL路由,前端添加切换语言的功能按钮;

#2021年6月20日

#2021年6月23日
测试celery、flower
启动celery:celery worker -A recruitment -l debug -c 4
启动flower:celery -A recruitment flower --broker=redis://@localhost:6379/0

About

招聘后台管理系统1.0

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published