Is there a way I can run a stand-alone Python module to access my Django models? For instance, I might want to initialize some tables, or read tables outside of the Django server
Is there a way I can run a stand-alone Python module to access my Django models? For instance, I might want to initialize some tables, or read tables outside of the Django server