Skip to content

hazamashoken/django-delight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

My First Django and Django-Ninja Project. Building a Django Backend site with API.

Main

image Login Page

image Dashboard

image Admin Page

image CRUD forms

image API Doc

image Working with API

Future Plan

  • Add Update/Delete forms
  • Add auth to API
  • ADD POST/PUT/DELETE Http Methods

Getting Started

Requirements

  • python 3.10.9
  • pipenv

Run the following commands to start the server:

pipenv install django django-ninja; pipenv shell; cd djangodelights; python3 manage.py runserver;

or

sh autoinstall.sh

username:

admin

password:

admin123

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published