django-code-generator icon indicating copy to clipboard operation
django-code-generator copied to clipboard

Update templates.py

Open reedjones opened this issue 11 months ago • 1 comments

Handling directories in a way that works on both Linux and Windows

reedjones avatar Mar 17 '24 06:03 reedjones

Thanks for your contribution @reedjones . The commit, however, has several unnecessary changes, such as unnecessary imports or the print in the init of the class. As a suggestion, the problem could be more easily fixed by changing line 25 and using os.sep instead of '/'.

Nekmo avatar Mar 31 '24 18:03 Nekmo