mirror of
https://github.com/fergalmoran/dss.api.git
synced 2026-01-02 22:54:46 +00:00
Merge branch 'master' of github.com:fergalmoran/dss.api
This commit is contained in:
@@ -191,8 +191,6 @@ class Mix(BaseModel):
|
||||
download_name = smart_str('{0} - {1}.{2}'.format(settings.SITE_NAME, self.title, self.filetype))
|
||||
return blob_name, download_name
|
||||
|
||||
# used for podcast xmlo, allo.
|
||||
We're back again'
|
||||
def get_date_as_rfc822(self):
|
||||
return rfc822.formatdate(
|
||||
rfc822.mktime_tz(rfc822.parsedate_tz(self.upload_date.strftime("%a, %d %b %Y %H:%M:%S"))))
|
||||
|
||||
Reference in New Issue
Block a user