일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- python
- S3
- 2차 코딩테스트
- classproperty
- 갓재석
- python all testcode
- 재귀함수가 뭔가요
- depends
- Spring
- OperationalError
- 프로그래머스
- docker
- DB
- AWS S3
- springboot 3.0.0
- classmethod
- docker-compose
- 우아한테크코스 2차
- github
- TypeError: 'property' object is not iterable
- github skyline
- Django
- 우아한 테크코스 2차 합격
- AWS
- MySQL server on 'db' (115)
- javascript
- METACLASS
- depends_on
- EC2
- 코딩테스트
Archives
목록auth (1)
hanbin.dev
[Django] Django duplicate app name "auth"
Django 로 개발을 하던 중 auth 라는 이름을 가진 Custom app을 INSTALLED_APP에 추가하니 오류가 발생했다. 기존의 "django.contrib.auth" 앱과 중복되었기 때문이다. https://code.djangoproject.com/ticket/21562 #21562 (Bad things happen if you name your custom user app "auth") – Django Bad things happen if you name your custom user app "auth" Reported by: Charlie DeTar Owned by: nobody Component: Documentation Version: dev Severity: Normal Keywo..
Django
2021. 5. 22. 20:25