Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
| 1234567 |
- # The two constants below should keep in sync.
- # Default content type for files which have no explicit content type.
-
- DEFAULT_MIME_TYPE = "application/octet-stream"
- # Default file extension for files which have no explicit content type, should
- # correspond to the `DEFAULT_MIME_TYPE` above.
- DEFAULT_EXTENSION = ".bin"
|