Coder Social home page Coder Social logo

akakiev / -django_dashboard Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 95 KB

Login-protected sales dashboard. This project demonstrates essential techniques of development with Django: views for HTML, authentication, showing data from the DB, and including static assets.

License: Other

Python 2.96% JavaScript 1.82% CSS 87.50% HTML 7.72%
backend bootstrap bootstrap4 css css3 django django-application django-project html html5 javascript python python3

-django_dashboard's Introduction

Dashboard

Dashboard is a Django app of login-protected sales dashboard. This project demonstrates essential techniques of web development with Django: writing views for HTML, authentication with forms, showing data from the DB, and including static assets.

Detailed documentation is in the "docs" directory.

Quick start

  1. Add "core" to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'core',
    ]
  2. Include the core URLconf in your project urls.py like this:

    path('core/', include('core.urls')),
  3. Run python manage.py migrate to create the polls models.
  4. Start the development server and visit http://127.0.0.1:8000/admin/ to add a new employee (you'll need the Admin app enabled).
  5. Visit http://127.0.0.1:8000/core/ to see the changes in the Dashboard.
Source:

https://mkdev.me/posts/fundamentals-of-front-end-django

-django_dashboard's People

Contributors

cs-vntu avatar

Stargazers

 avatar  avatar

Watchers

Serhii Baraban avatar

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.