Giter Site home page Giter Site logo

isaacsapelino / django-crud-webapp-isaacsapelino Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cpe-tipqc-community/django-crud-webapp-isaacsapelino

0.0 1.0 0.0 758 KB

django-crud-webapp-isaacsapelino created by GitHub Classroom

CSS 71.23% Python 16.35% HTML 12.42%

django-crud-webapp-isaacsapelino's Introduction

django-crud-webapp-isaacsapelino

The following materials here are the source code for the crud webapp made by Isaac Sapelino.

The following packages that was used:

Requirements

  • asgiref 3.2.7
  • bcrypt 3.1.7
  • cffi 1.14.0
  • Django 3.0.5
  • django-crispy-forms 1.9.0
  • django-password-validation 0.1.1
  • Pillow 7.1.1
  • pip 19.2.3
  • pycparser 2.20
  • pytz 2019.3
  • setuptools 41.2.0
  • six 1.14.0
  • sqlparse 0.3.1

Initialization Notes

On default, I have written a JSON file for the categories that will be needing to be upload in django. Use the command python manage.py loaddata test-db.json to upload the fixtures.

Initialization Process

To setup the webapp, we need to initialize django for making our db.sqlite3

  1. Python migrations Do python manage.py makemigrations to make migrations the needed models for our web app..

  2. Python migrate Do python manage.py migrate to begin puting the created django migrations to the sqlite.

  3. Loading the test-db Do python manage.py loaddata test-db.json to upload the necessary fixtures

  4. Start django server After doing the process of initializing the database we can now run the server. Do python manage.py runserver

django-crud-webapp-isaacsapelino's People

Contributors

isaacsapelino avatar rchua-cpe avatar

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.