mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
makes Pelican-quickstart debuggable in PyCharm
This commit is contained in:
parent
33653f2864
commit
6c9d158609
1 changed files with 3 additions and 0 deletions
|
|
@ -283,3 +283,6 @@ needed by Pelican.
|
|||
print('Error: {0}'.format(e))
|
||||
|
||||
print('Done. Your new project is available at %s' % CONF['basedir'])
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Loading…
Add table
Add a link
Reference in a new issue