Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 462 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 462 Bytes

django-dev-server

===========================

Add URL pattern in project

  1. App with default_settings.py will be added automatically
  2. Use add_url_pattern to add URL pattern and target view/url patterns

Folders

external_app_repos: additional repositories can be place here. They should be managed in separate repository. Then they will not impact the code modification of the base server.