Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | python-packages: Remove unused library packages | Jeffery To | 2022-03-16 |
| | | | | | | | | | | With the removal of Seafile, these library packages no longer have any in-repo users. They will be imported into the abandoned packages repo[1]. [1]: https://github.com/openwrt/packages-abandoned/pull/24 Signed-off-by: Jeffery To <jeffery.to@gmail.com> | ||
* | django1: Fix byte-compiled db migrations not loaded | Jeffery To | 2020-03-14 |
This patches Django to load byte-compiled (.pyc) db migration scripts, since Python scripts are often distributed in byte-compiled form in OpenWrt packages. Signed-off-by: Jeffery To <jeffery.to@gmail.com> |