sleepytaco před 3 roky
rodič
revize
9ba375106c

+ 18 - 0
apps/main/migrations/0018_tag_times_viewed.py

@@ -0,0 +1,18 @@
+# Generated by Django 3.2.3 on 2021-07-11 17:42
+
+from django.db import migrations, models
+
+
+class Migration(migrations.Migration):
+
+    dependencies = [
+        ('main', '0017_auto_20210711_0240'),
+    ]
+
+    operations = [
+        migrations.AddField(
+            model_name='tag',
+            name='times_viewed',
+            field=models.IntegerField(default=0),
+        ),
+    ]

+ 3 - 3
apps/main/templates/import_in_progress.html

@@ -3,10 +3,10 @@
 <html lang="en">
     <head>
         <meta charset="utf-8">
+        <meta name="keywords" content="youtube, playlists, videos, delete videos, delete playlists, delete multiple videos, move multiple videos, merge playlists, video manager, playlist manager, youtube playlists, untube, google">
         <meta name="viewport" content="width=device-width, initial-scale=1">
-        <meta name="description" content="">
-        <meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
-        <meta name="generator" content="Hugo 0.83.1">
+        <meta name="description" content="UnTube is a simple Youtube playlist manager. Modify and keep track of your YouTube playlists with ease.">
+        <meta name="author" content="Mohammed Abu Bakar Khan">
         <title>Import in progress</title>
 
         <style type="text/css">

+ 1 - 1
apps/users/templates/index.html

@@ -13,7 +13,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <meta name="description" content="UnTube is a simple Youtube playlist manager. Modify and keep track of your YouTube playlists with ease.">
     <meta name="author" content="Mohammed Abu Bakar Khan">
-    <title>UnTube</title>
+    <title>UnTube - A Youtube Playlist Manager</title>
 
       <style type="text/css">
 

+ 1 - 1
templates/base.html

@@ -10,7 +10,7 @@
         <meta name="viewport" content="width=device-width, initial-scale=1">
         <meta name="description" content="UnTube is a simple Youtube playlist manager. Modify and keep track of your YouTube playlists with ease.">
         <meta name="author" content="Mohammed Abu Bakar Khan">
-        <title>UnTube</title>
+        <title>UnTube - A Youtube Playlist Manager</title>
 
         <style type="text/css">
             body {