Skip to content
Snippets Groups Projects
Commit 0bc23f5d authored by Leonardo J. Caballero G's avatar Leonardo J. Caballero G
Browse files

Added manage.py file

parent d3b65e16
Branches
No related tags found
No related merge requests found
#!/usr/bin/env python
import os
import sys
if __name__ == "__main__":
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "helloworld.settings")
from django.core.management import execute_from_command_line
execute_from_command_line(sys.argv)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment