Skip to content
| Marketplace
Sign in
Visual Studio Code>Extension Packs>Django FactoryNew to Visual Studio Code? Get it now.
Django Factory

Django Factory

Emeric-Defay

|
19,863 installs
| (1) | Free
Generating files (urls.py, serializer.py, app.html, forms.py, admin.py, ...) based on views and models files from your apps.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Project logo

Django Factory

Status GitHub Issues GitHub Pull Requests License


Django files generator

📝 Table of Contents

  • Features
  • Usage
  • Built Using
  • Authors

🧐 Features

  • Generate urls.py on your apps, taking functions' definitions from views.py
  • Generate serializers.py on your app, taking models' classes from models.py
  • Generate admin.py on your app, taking models' classes from models.py
  • Generate forms.py on your app, taking models' classes from models.py
  • Generate templates :
    • main.html on project_folder/templates/
    • app.html on app/templates/app/

🎈 Usage

Click on the folder of your application to generate those files.

⛏️ Built Using

  • NodeJs - Extension development

✍️ Authors

  • @emericdefay - Development
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft