deleteretention

This commit is contained in:
habi
2022-04-01 17:29:25 +05:00
parent 4ecd8338ea
commit fa3bc38c55
7 changed files with 258 additions and 37 deletions

View File

@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
import time
# ts stores the time in seconds
ts = time.time()
from django.test import TestCase
# Create your tests here.
# print the current timestamp
print(ts)