-
I'm using your package in a module deployed on https://pythonanywhere.com, Once I run the script, it raises me the following exception:
```
File "/home/pasteme/.virtualenvs/pasteme.pythonanywher…
lnxpy updated
2 years ago
-
Give a glowing gradient-like background color to the installation div to make it much more special!
lnxpy updated
2 years ago
-
Implement a feature that users be able to access their own recent paste links.
-
A new field for `Snippet` model to set an expiration time. (e.g. one week, one month, one year,..)
+ A management command that runs once every day and removes all the expired snippets.
lnxpy updated
2 years ago
-
- 可以加入自定义paste过期时间,能够查看次数等
- 索引使用随机数字可能会被恶意遍历,泄露隐私,建议采用随机生成短字符串的方式作为索引
- 可以加入raw方式预览内容,方便cli中调用
- 希望能够支持更多类型语言的高亮