Code Monkey home page Code Monkey logo

django-template's Introduction

โ—๏ธ The project was not completed โ—๏ธ

๐Ÿ™‚ I will try to finish soon ๐Ÿ‘จ๐Ÿผโ€๐Ÿ’ป

Django Project Structure

This is a template structure for developing django-based applications

change project name

python manage.py renameproject project youprojectname

Generated secret key.

python manage.py generate_secret_key

Save the generated secret key to base.py file.

python manage.py generate_secret_key -s

Project Tree

.

โ”œโ”€โ”€ deployments
โ”œโ”€โ”€ dokcer/
โ”‚   โ”œโ”€โ”€ local/
โ”‚   โ”‚   โ”œโ”€โ”€ django/
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ Dockefile
โ”‚   โ”‚   โ””โ”€โ”€ nginx/
โ”‚   โ”‚       โ””โ”€โ”€ Dockerfile
โ”‚   โ””โ”€โ”€ production/
โ”‚       โ”œโ”€โ”€ django/
โ”‚       โ”‚   โ””โ”€โ”€ Dockefile
โ”‚       โ””โ”€โ”€ nginx/
โ”‚           โ””โ”€โ”€ Dockefile
โ”œโ”€โ”€ docs
โ”œโ”€โ”€ locale
โ”œโ”€โ”€ project/
โ”‚   โ”œโ”€โ”€ apps/
โ”‚   โ”‚   โ”œโ”€โ”€ core/
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ management/
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ commands/
โ”‚   โ”‚   โ”‚   โ”‚       โ”œโ”€โ”€ __init__.py
โ”‚   โ”‚   โ”‚   โ”‚       โ””โ”€โ”€ renameproject.py
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ __init__.py
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ migrations/
โ”‚   โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ __init__.py
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ admin.py
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ apps.py
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ models.py
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ tests.py
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ views.py
โ”‚   โ”‚   โ””โ”€โ”€ __init__.py
โ”‚   โ”œโ”€โ”€ media
โ”‚   โ”œโ”€โ”€ settings/
โ”‚   โ”‚   โ”œโ”€โ”€ __init__.py
โ”‚   โ”‚   โ”œโ”€โ”€ base.py
โ”‚   โ”‚   โ”œโ”€โ”€ development.py
โ”‚   โ”‚   โ””โ”€โ”€ production.py
โ”‚   โ”œโ”€โ”€ static
โ”‚   โ”œโ”€โ”€ templates
โ”‚   โ”œโ”€โ”€ __init__.py
โ”‚   โ”œโ”€โ”€ asgi.py
โ”‚   โ”œโ”€โ”€ urls.py
โ”‚   โ””โ”€โ”€ wsgi.py
โ”œโ”€โ”€ requirements/
โ”‚   โ”œโ”€โ”€ base.txt
โ”‚   โ”œโ”€โ”€ development.txt
โ”‚   โ””โ”€โ”€ production.txt
โ”œโ”€โ”€ scripts
โ”œโ”€โ”€ .dockerignore
โ”œโ”€โ”€ .env.example
โ”œโ”€โ”€ .gitignore
โ”œโ”€โ”€ docker-compose.yml
โ”œโ”€โ”€ manage.py
โ””โ”€โ”€ README.md

django-template's People

Contributors

khayratdinov avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

nurpolat01

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.