mirror of
				https://github.com/DerTyp7/tealcode-django-python.git
				synced 2025-10-31 05:07:08 +01:00 
			
		
		
		
	added views and admin security
This commit is contained in:
		
							
								
								
									
										18
									
								
								TealCode/analytics/migrations/0006_view_home.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								TealCode/analytics/migrations/0006_view_home.py
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,18 @@ | ||||
| # Generated by Django 3.2.9 on 2021-11-18 07:33 | ||||
|  | ||||
| from django.db import migrations, models | ||||
|  | ||||
|  | ||||
| class Migration(migrations.Migration): | ||||
|  | ||||
|     dependencies = [ | ||||
|         ('analytics', '0005_auto_20211118_0827'), | ||||
|     ] | ||||
|  | ||||
|     operations = [ | ||||
|         migrations.AddField( | ||||
|             model_name='view', | ||||
|             name='home', | ||||
|             field=models.BooleanField(default=False), | ||||
|         ), | ||||
|     ] | ||||
		Reference in New Issue
	
	Block a user
	 DerTyp187
					DerTyp187