mirror of
				https://github.com/cookiecutter/cookiecutter-django.git
				synced 2025-11-04 01:47:28 +03:00 
			
		
		
		
	Move "rest_framework" in THIRD_PARTY_APPS
This commit is contained in:
		
							parent
							
								
									729cd2adab
								
							
						
					
					
						commit
						530868d072
					
				| 
						 | 
					@ -75,11 +75,11 @@ THIRD_PARTY_APPS = [
 | 
				
			||||||
    "allauth",
 | 
					    "allauth",
 | 
				
			||||||
    "allauth.account",
 | 
					    "allauth.account",
 | 
				
			||||||
    "allauth.socialaccount",
 | 
					    "allauth.socialaccount",
 | 
				
			||||||
    "rest_framework",
 | 
					 | 
				
			||||||
{%- if cookiecutter.use_celery == 'y' %}
 | 
					{%- if cookiecutter.use_celery == 'y' %}
 | 
				
			||||||
    "django_celery_beat",
 | 
					    "django_celery_beat",
 | 
				
			||||||
{%- endif %}
 | 
					{%- endif %}
 | 
				
			||||||
{%- if cookiecutter.use_drf == "y" %}
 | 
					{%- if cookiecutter.use_drf == "y" %}
 | 
				
			||||||
 | 
					    "rest_framework",
 | 
				
			||||||
    "rest_framework.authtoken",
 | 
					    "rest_framework.authtoken",
 | 
				
			||||||
{%- endif %}
 | 
					{%- endif %}
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user