markbirds / Django-Code-Repo

Django codes for future use. Includes forms in django(raw forms, django forms, model forms), postgresql setup, class-based views, sessions,ajax,channels and basics of rest framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django-Code-Repo

Django codes for future use. Includes forms in django(raw forms, django forms, model forms), postgresql setup, class-based views, sessions,ajax and basics of rest framework.

Structure

|-- ajax
|     |-- ajax_app
|     |-- templates
|-- crud_postgresql
|     |-- todo_list
|     |-- templates
|-- crud_sqlite
|     |-- index
|     |-- raw_forms
|     |-- django_forms
|     |-- model_forms
|     |-- templates
|-- django_channels
|     |-- chat_app
|-- django_uuid
|     |-- uuid_app
|     |-- templates
|-- generic_views
|     |-- base_views
|     |-- display_views
|     |-- editing_views
|     |-- templates
|-- rest_api
|     |-- api
|     |-- rest_ajax
|     |-- static
|     |-- templates
|-- sessions
|     |-- session_app
|     |-- templates
|-- .gitignore
|-- LICENSE
|-- Pipfile
|-- Pipfile.lock
|-- README.md

License

This repository is licensed under the terms of the MIT License.

About

Django codes for future use. Includes forms in django(raw forms, django forms, model forms), postgresql setup, class-based views, sessions,ajax,channels and basics of rest framework.

License:MIT License


Languages

Language:Python 60.5%Language:HTML 38.6%Language:JavaScript 0.9%