Git Product home page Git Product logo

django_live's Introduction

django_live

Good Greetings to you all, In this readme I will be explaning my django project

  1. The django settings.py

(A) The settings.py has me edited and configured for more reusablity, like INSTALLED_APPS is segrigated into DEFAUT_APPS + LOCAL_APPS + THIRPARTY_APPS (B) The second is to configure the static and media ROOT & URL, so that the static and media files are collected within the sever That's all with the seeable part in settings.py

  1. The allApps, I have created a directory where my django app can reside, and now it only does consist with regiuser app which handels the USER_REGISTRATION, SELLER_REGISTRATION, and PRODUCT_MANAGEMENT, as in this app I have only used one app to so these all task, but it can be a better approch if I would have segrigated it. (A). models.py - models.py has the two extended classes where userProfiles and sellerProfile is extended with the auth_user model with OneToOneField with User, after which the user and seller table is segrigated and then proccessed, there is one more model products which consist of product detalis which is connected with the sellerProfile.seername_id so when a seller add;s a product it can be having a seller details with it.

  2. forms.py & views.py - The forms.py consist of custom forms which are modified as pe the need's, and the views.py for the all proccess.

  3. admin.py - admin.py is added with all the models. 5 The site is hosted on pythonanywhere.com - Anyone can acces the site through http://neerajrana.pythonanywhere.com/

django_live's People

Contributors

neeraj2412 avatar

Stargazers

 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.