Skip to content

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

Notifications You must be signed in to change notification settings

markbirds/Django-Code-Repo

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published