mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-03-16 21:40:24 +00:00
chmod +x manage.py
This commit is contained in:
parent
e367eb541b
commit
3483e02690
1 changed files with 1 additions and 1 deletions
2
dev.py
2
dev.py
|
|
@ -178,7 +178,7 @@ def create_files(name):
|
|||
|
||||
print('> CREATED:', display_path)
|
||||
|
||||
if splitext(absolute_path)[1] == '.sh':
|
||||
if splitext(absolute_path)[1] == '.sh' or absolute_path.endswith('manage.py'):
|
||||
st = stat(absolute_path)
|
||||
chmod(absolute_path, st.st_mode | S_IEXEC)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue