Git Product home page Git Product logo

sumit-singh-dhalla / django-starter-kit Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 701 KB

Ready to use Basic Django project with JWT/OAuth2 and AWS SNS Push Notifications

Shell 0.05% Python 80.22% Dockerfile 0.30% JavaScript 7.35% HTML 11.54% CSS 0.54%
django django-rest-framework django-application django-project jwt-authentication oauth2 sns-notifications rest-swagger api-versioning swagger-ui

django-starter-kit's Introduction

Steps to setup the project:

Switch to the specific branch and then read the README.MD file to run the code.

Topic --> Branch Name

  • Oauth2 --> oauth2
  • JWT --> jwt
  • Oauth & Notification Module --> oauth2-notifications
  • JWT & Notification module --> jwt-notifications

There are some other features also that you can use:

  • If you want to show the tool-tip error messages in web-admin panel, use the showError("error message") function in js.
  • If you want to show the tool-tip success messages in web-admin panel, use the showSuccess("success message") function in js.
  • There is a preLoaded confirmation-modal in the templates > common > confirmation-modal.html. just include that file in your html file and use it as follows:

    $("#confirmation-modal-title").html("Logout"); $("#confirmation-modal-description").html("Are you sure want to logout?"); $("#confirmation-modal-yes-button").attr("onClick", "logout()"); $("#confirmation-modal-yes-button").html("Yes"); $("#confirmation-modal-no-button").html("Cancel"); $("#deactivate-customer").modal('show');

  • To show the loader, use showLoader();
  • To hide the loader, use hideLoader();
  • To hide the success/error tooltips, use preLoaded function timeOut();
  • The default timeout is 4500 you can change it in apps > web_admin > static > js > common.js > timeOut()

django-starter-kit's People

Contributors

sumit-singh-dhalla avatar sumitsingh-kiwi avatar

Watchers

 avatar  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.