balajirajput96
Results
1
comments of
balajirajput96
# Import the necessary libraries import os import django # Set the project directory project_dir = os.path.dirname(os.path.abspath(__file__)) # Create a Django project django.setup(project_dir) # Create a new app os.system('python manage.py...