ApiLogicServer / ApiLogicServer-src

Create an executable project (API and Admin App) from a database with 1 command, customize with rules and Python in your IDE
https://apilogicserver.github.io/Docs/
BSD 3-Clause "New" or "Revised" License
27 stars 3 forks source link

Pycharm Run Configs Fail #23

Closed valhuber closed 8 months ago

valhuber commented 8 months ago

Running projects fails, reporting "module cannot be null".

Fix this by editing your .idea/runConfigurations:

Replace the module name="ApiLogicProject", changing ApiLogicProject to the name of your project (it's directory name). This will be fixed in the next release.
valhuber commented 8 months ago

fixed in 9.05.06