e6f12f429d416c/app/node_modules/string-width">string-width 30f7226d9a first commit пре 2 година strip-ansi 30f7226d9a first commit пре 2 година sucrase 30f7226d9a first commit пре 2 година supports-preserve-symlinks-flag 30f7226d9a first commit пре 2 година tailwind-color-palette 30f7226d9a first commit пре 2 година tailwindcss 30f7226d9a first commit пре 2 година thenify 30f7226d9a first commit пре 2 година thenify-all 30f7226d9a first commit пре 2 година to-regex-range 30f7226d9a first commit пре 2 година tr46 30f7226d9a first commit пре 2 година ts-interface-checker 30f7226d9a first commit пре 2 година uglify-js 30f7226d9a first commit пре 2 година underscore 30f7226d9a first commit пре 2 година upper-case 30f7226d9a first commit пре 2 година util-deprecate 30f7226d9a first commit пре 2 година valid-data-url 30f7226d9a first commit пре 2 година web-resource-inliner 30f7226d9a first commit пре 2 година webidl-conversions 30f7226d9a first commit пре 2 година whatwg-url 30f7226d9a first commit пре 2 година wrap-ansi 30f7226d9a first commit пре 2 година wrappy 30f7226d9a first commit пре 2 година y18n 30f7226d9a first commit пре 2 година yallist 30f7226d9a first commit пре 2 година yaml 30f7226d9a first commit пре 2 година yargs 30f7226d9a first commit пре 2 година yargs-parser 30f7226d9a first commit пре 2 година .yarn-integrity 30f7226d9a first commit пре 2 година tum/pythonlearning - Gogs: Simplico Git Service

Geen omschrijving

manage.py 255B

1234567891011
  1. #!/usr/bin/env python
  2. import os
  3. import sys
  4. if __name__ == "__main__":
  5. os.environ.setdefault("DJANGO_SETTINGS_MODULE", "learning_log.settings")
  6. from django.core.management import execute_from_command_line
  7. execute_from_command_line(sys.argv)