Skip to content

lucifer1708/prody-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

68 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

PRODY KA LOGO

PRODYOGIKI'23

This website is using django backend. All you need to do is to go through https://docs.djangoproject.com/ so that you get the basic knowledge that how things are working in django.

Steps to follow ✏️:

  1. First of all install Django:
  python -m pip install Django
  1. Clone the repository:
git clone https://github.com/lucifer1708/prody-2023.git
  1. Change the directory to prody-2023 using:
cd prody-2023
  1. Create a virtual environment:
pip install virtualenv
virtualenv venv
  1. Activate the virtual environment
source venv/bin/activate
  1. Now install all the packages which are being used in this project:
pip install -r requirements.txt
  1. Now run the development server:
python manage.py runserver

Alternative:

docker-compose up

and navigate to localhost:8000

Roadmap 🌏

  • Adding signup login stuff (:heavy_check_mark:)
  • Email Confirmation for registering accounts (:heavy_check_mark:)
  • Adding Models to show events (:heavy_check_mark:)
  • Adding Models to register events (:heavy_check_mark:)
  • Adding Profile page for user (:heavy_check_mark:)
  • Adding Sponsor Model (:heavy_check_mark:)
  • Adding Other Features(:x:)

File Structure

.
β”œβ”€β”€ docker-compose.yml
β”œβ”€β”€ Dockerfile
β”œβ”€β”€ events
β”‚Β Β  β”œβ”€β”€ admin.py
β”‚Β Β  β”œβ”€β”€ apps.py
β”‚Β Β  β”œβ”€β”€ forms.py
β”‚Β Β  β”œβ”€β”€ __init__.py
β”‚Β Β  β”œβ”€β”€ models.py
β”‚Β Β  β”œβ”€β”€ tests.py
β”‚Β Β  β”œβ”€β”€ urls.py
β”‚Β Β  └── views.py
β”œβ”€β”€ manage.py
β”œβ”€β”€ prody
β”‚Β Β  β”œβ”€β”€ asgi.py
β”‚Β Β  β”œβ”€β”€ __init__.py
β”‚Β Β  β”œβ”€β”€ settings.py
β”‚Β Β  β”œβ”€β”€ urls.py
β”‚Β Β  └── wsgi.py
β”œβ”€β”€ README.md
β”œβ”€β”€ requirements.txt
β”œβ”€β”€ static
β”‚Β Β  β”œβ”€β”€ assets
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ css
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ bootstrap.min.css
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── font-awesome.min.css
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ fonts
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── font-awesome-4.7.0
β”‚Β Β  β”‚Β Β  β”‚Β Β      β”œβ”€β”€ css
β”‚Β Β  β”‚Β Β  β”‚Β Β      β”‚Β Β  β”œβ”€β”€ font-awesome.css
β”‚Β Β  β”‚Β Β  β”‚Β Β      β”‚Β Β  └── font-awesome.min.css
β”‚Β Β  β”‚Β Β  β”‚Β Β      └── fonts
β”‚Β Β  β”‚Β Β  β”‚Β Β          β”œβ”€β”€ FontAwesome.otf
β”‚Β Β  β”‚Β Β  β”‚Β Β          β”œβ”€β”€ fontawesome-webfont.eot
β”‚Β Β  β”‚Β Β  β”‚Β Β          β”œβ”€β”€ fontawesome-webfont.svg
β”‚Β Β  β”‚Β Β  β”‚Β Β          β”œβ”€β”€ fontawesome-webfont.ttf
β”‚Β Β  β”‚Β Β  β”‚Β Β          β”œβ”€β”€ fontawesome-webfont.woff
β”‚Β Β  β”‚Β Β  β”‚Β Β          └── fontawesome-webfont.woff2
β”‚Β Β  β”‚Β Β  └── js
β”‚Β Β  β”‚Β Β      β”œβ”€β”€ bootstrap.min.js
β”‚Β Β  β”‚Β Β      β”œβ”€β”€ jquery-3.2.1.min.js
β”‚Β Β  β”‚Β Β      └── popper.min.js
β”‚Β Β  β”œβ”€β”€ css
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ bootstrap
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _media.css
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ mixins
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _border-radius.css
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _reset-text.css
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _screen-reader.css
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _text-hide.css
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  └── _visibility.css
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── utilities
β”‚Β Β  β”‚Β Β  β”‚Β Β      └── _stretched-link.css
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ bootstrap.min.css
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ event-style.css
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ navbar.css
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ profile.css
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ sponsor.css
β”‚Β Β  β”‚Β Β  └── style.css
β”‚Β Β  β”œβ”€β”€ images
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ avatars
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── default-profile-picture.png
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ bg.jpg
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ pg.svg
β”‚Β Β  β”‚Β Β  └── prody1.png
β”‚Β Β  β”œβ”€β”€ js
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ bootstrap.min.js
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ jquery.min.js
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ main.js
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ navbar.js
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ popper.js
β”‚Β Β  β”‚Β Β  └── profile.js
β”‚Β Β  └── scss
β”‚Β Β      β”œβ”€β”€ bootstrap
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ _alert.scss
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ _badge.scss
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ bootstrap-grid.scss
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ bootstrap-reboot.scss
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ bootstrap.scss
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ _breadcrumb.scss
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ _button-group.scss
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ _buttons.scss
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ _card.scss
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ _carousel.scss
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ _close.scss
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ _code.scss
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ _custom-forms.scss
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ _dropdown.scss
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ _forms.scss
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ _functions.scss
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ _grid.scss
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ _images.scss
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ _input-group.scss
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ _jumbotron.scss
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ _list-group.scss
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ _media.scss
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ mixins
β”‚Β Β      β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _alert.scss
β”‚Β Β      β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _background-variant.scss
β”‚Β Β      β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _badge.scss
β”‚Β Β      β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _border-radius.scss
β”‚Β Β      β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _box-shadow.scss
β”‚Β Β      β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _breakpoints.scss
β”‚Β Β      β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _buttons.scss
β”‚Β Β      β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _caret.scss
β”‚Β Β      β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _clearfix.scss
β”‚Β Β      β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _deprecate.scss
β”‚Β Β      β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _float.scss
β”‚Β Β      β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _forms.scss
β”‚Β Β      β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _gradients.scss
β”‚Β Β      β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _grid-framework.scss
β”‚Β Β      β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _grid.scss
β”‚Β Β      β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _hover.scss
β”‚Β Β      β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _image.scss
β”‚Β Β      β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _list-group.scss
β”‚Β Β      β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _lists.scss
β”‚Β Β      β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _nav-divider.scss
β”‚Β Β      β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _pagination.scss
β”‚Β Β      β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _reset-text.scss
β”‚Β Β      β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _resize.scss
β”‚Β Β      β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _screen-reader.scss
β”‚Β Β      β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _size.scss
β”‚Β Β      β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _table-row.scss
β”‚Β Β      β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _text-emphasis.scss
β”‚Β Β      β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _text-hide.scss
β”‚Β Β      β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _text-truncate.scss
β”‚Β Β      β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _transition.scss
β”‚Β Β      β”‚Β Β  β”‚Β Β  └── _visibility.scss
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ _mixins.scss
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ _modal.scss
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ _navbar.scss
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ _nav.scss
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ _pagination.scss
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ _popover.scss
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ _print.scss
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ _progress.scss
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ _reboot.scss
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ _root.scss
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ _spinners.scss
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ _tables.scss
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ _toasts.scss
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ _tooltip.scss
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ _transitions.scss
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ _type.scss
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ utilities
β”‚Β Β      β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _align.scss
β”‚Β Β      β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _background.scss
β”‚Β Β      β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _borders.scss
β”‚Β Β      β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _clearfix.scss
β”‚Β Β      β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _display.scss
β”‚Β Β      β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _embed.scss
β”‚Β Β      β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _flex.scss
β”‚Β Β      β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _float.scss
β”‚Β Β      β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _overflow.scss
β”‚Β Β      β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _position.scss
β”‚Β Β      β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _screenreaders.scss
β”‚Β Β      β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _shadows.scss
β”‚Β Β      β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _sizing.scss
β”‚Β Β      β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _spacing.scss
β”‚Β Β      β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _stretched-link.scss
β”‚Β Β      β”‚Β Β  β”‚Β Β  β”œβ”€β”€ _text.scss
β”‚Β Β      β”‚Β Β  β”‚Β Β  └── _visibility.scss
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ _utilities.scss
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ _variables.scss
β”‚Β Β      β”‚Β Β  └── vendor
β”‚Β Β      β”‚Β Β      └── _rfs.scss
β”‚Β Β      └── style.scss
β”œβ”€β”€ templates
β”‚Β Β  β”œβ”€β”€ account
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ account_inactive.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ base.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ email
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ base_message.txt
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ email_confirmation_message.txt
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ email_confirmation_signup_message.txt
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ email_confirmation_signup_subject.txt
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ email_confirmation_subject.txt
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ password_reset_key_message.html
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ password_reset_key_subject.txt
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ unknown_account_message.txt
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── unknown_account_subject.txt
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ email_confirm.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ email.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ login.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ logout.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ messages
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ cannot_delete_primary_email.txt
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ email_confirmation_sent.txt
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ email_confirmed.txt
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ email_deleted.txt
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ logged_in.txt
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ logged_out.txt
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ password_changed.txt
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ password_set.txt
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ primary_email_set.txt
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── unverified_primary_email.txt
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ password_change.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ password_reset_done.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ password_reset_from_key_done.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ password_reset_from_key.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ password_reset.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ password_set.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ signup_closed.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ signup.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ snippets
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── already_logged_in.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ verification_sent.html
β”‚Β Β  β”‚Β Β  └── verified_email_required.html
β”‚Β Β  β”œβ”€β”€ admin
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ actions.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ app_index.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ auth
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── user
β”‚Β Β  β”‚Β Β  β”‚Β Β      β”œβ”€β”€ add_form.html
β”‚Β Β  β”‚Β Β  β”‚Β Β      └── change_password.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ base.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ base_site.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ change_form.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ change_form_object_tools.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ change_list.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ change_list_object_tools.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ change_list_results.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ date_hierarchy.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ delete_confirmation.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ delete_selected_confirmation.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ edit_inline
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ stacked.html
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── tabular.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ filer
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ breadcrumbs.html
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ change_form.html
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ delete_selected_files_confirmation.html
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ file
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  └── change_form.html
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ folder
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ change_form.html
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  └── directory_listing.html
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ image
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  └── change_form.html
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── tools
β”‚Β Β  β”‚Β Β  β”‚Β Β      └── detail_info.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ filter.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ import_export
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ base.html
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ change_list_export.html
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ change_list_export_item.html
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ change_list.html
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ change_list_import_export.html
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ change_list_import.html
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ change_list_import_item.html
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ export.html
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── import.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ includes
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ fieldset.html
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── object_delete_summary.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ index.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ login.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ mptt_filter.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ object_history.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ pagination.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ popup_response.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ search_form.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ solo
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ change_form.html
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── object_history.html
β”‚Β Β  β”‚Β Β  └── submit_line.html
β”‚Β Β  β”œβ”€β”€ admin_doc
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ base_docs.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ bookmarklets.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ index.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ missing_docutils.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ model_detail.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ model_index.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ template_detail.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ template_filter_index.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ template_tag_index.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ view_detail.html
β”‚Β Β  β”‚Β Β  └── view_index.html
β”‚Β Β  β”œβ”€β”€ base.html
β”‚Β Β  β”œβ”€β”€ events
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ event.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ event.old.html
β”‚Β Β  β”‚Β Β  └── sponsors.html
β”‚Β Β  β”œβ”€β”€ includes
β”‚Β Β  β”‚Β Β  └── navbar.html
β”‚Β Β  β”œβ”€β”€ jazzmin
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ includes
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ carousel.html
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ collapsible.html
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ horizontal_tabs.html
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ related_modal.html
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ single.html
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ ui_builder_panel.html
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── vertical_tabs.html
β”‚Β Β  β”‚Β Β  └── widgets
β”‚Β Β  β”‚Β Β      └── select.html
β”‚Β Β  β”œβ”€β”€ layouts
β”‚Β Β  β”‚Β Β  └── base.html
β”‚Β Β  β”œβ”€β”€ modals
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ add-event.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ base.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ index.html
β”‚Β Β  β”‚Β Β  └── _modal.html
β”‚Β Β  β”œβ”€β”€ registration
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ base.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ logged_out.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ password_change_done.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ password_change_form.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ password_reset_complete.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ password_reset_confirm.html
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ password_reset_done.html
β”‚Β Β  β”‚Β Β  └── password_reset_form.html
β”‚Β Β  └── users
β”‚Β Β      β”œβ”€β”€ home.html
β”‚Β Β      β”œβ”€β”€ profile-edit.html
β”‚Β Β      └── profile.html
└── users
    β”œβ”€β”€ adapters.py
    β”œβ”€β”€ admin.py
    β”œβ”€β”€ apps.py
    β”œβ”€β”€ forms.py
    β”œβ”€β”€ __init__.py
    β”œβ”€β”€ models.py
    β”œβ”€β”€ signals.py
    β”œβ”€β”€ urls.py
    └── views.py

50 directories, 275 files

My choice for coding πŸ˜›

VIM KA LOGO

About

PRODYOGIKI'23 WEBSITE WITH BACKEND AND FRONTEND

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published