contraslash / blog-django-pioneras

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blog_pioneras

This structure was automatically created by Django Bootstrapper

Default folder structure:

project_folder
├── applications
│   ├── authentication (Authentication from https://github.com/contraslash/authentication-django)
│   ├── base_template (Base template from https://github.com/contraslash/template_cdn_bootstrap)
│   └── __init__.py
├── base (base from https://github.com/contraslash/base-django)
├── manage.py
└── project_name
    ├── __init__.py
    ├── settings.py
    ├── urls.py
    └── wsgi.py

About


Languages

Language:Python 96.5%Language:Dockerfile 3.5%