-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
List existing URLs and their expiration date #48
Comments
After EXPIRY_DB_UPDATE is set to True, it seems that a new shortener link is required to take effect. |
Thank you for the response. So what wasn't obvious to me was that if I had any URLS with expirations on them, they would appear in the Expiry page under: I still wish that the plugin would add a column to the main admin page showing expirations (or blank if none). That would be intuitive, but also perhaps difficult to do. Failing that, changing the text on the Expiry page from "You can add an Expiry..." to "Existing expiration dates (if any) are shown below. You can add an Expiry...." would help. Thanks for the response SimonChiu930, and thanks to joshp23 for the plug-in. |
I suspect I'm missing the obvious, but how do you query the expiration date/limit of an existing shortened URL in the web interface? I can prune it or drop it, but I don't see how to query it. I just want to verify that my code has set the expiration date correctly.
The text was updated successfully, but these errors were encountered: