Giter Site home page Giter Site logo

enikma-mod / djangocrud Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 13.61 MB

This is a Django framework project that enables the user to perform all the CRUD functions and also add a profile picture when they are registering.

Python 96.86% PowerShell 0.06% Shell 0.02% CSS 0.78% JavaScript 0.92% HTML 1.36%

djangocrud's Introduction

Django Web App with CRUD Functions

Django is a Python-based web framework which allows you to quickly create web application without all of the installation or dependency problems that you normally will find with other frameworks. Django is based on MVT (Model View Template) architecture and revolves around CRUD (Create, Retrieve, Update, Delete) operations. CRUD can be best explained as an approach to building a Django web application. In general CRUD means performing Create, Retrieve, Update and Delete operations on a table in a database. Let’s discuss what actually CRUD means,

Prerequisite

Django
djangorestframework
pytz
sqlparse
python

Installation

Clone This Repository or Download on your local machine

https://github.com/enikma-mod/DjangoCRUD.git

Change Directory Path (Or Open Terminal in Project Directory where manage.py file is located)

cd DjangoAPI/

Activate Your Virtual Enviornment Then Type

python manage.py migrate

Now Run Your Server

python manage.py runserver

Visit Following Url in Any Browser

http://127.0.0.1:8000/

djangocrud's People

Watchers

 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.