Skip to content

Simple Django app for simple CRUD operations for personal info updates and sending mails

Notifications You must be signed in to change notification settings

ApsRajput/techguy-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django 2.0+ required

python3

Features

  • Django 2.0+
  • Uses Pipenv - the officially recommended Python packaging tool from Python.org.

How to install

$ git clone
$ install env via pip
$ pip install -r requirements.txt
$ python3 manage.py makemigrations
$ python3 manage.py migrate
$ python3 manage.py runserver

Django Mail

  • less secure app access should be ON

Part 1 : Pass argument in route

Part 2 : Used django forms for mail

Auth

  • to secure listing from unauth users

Ecommerce Listing

  • Customers Listing
  • Products Listing
  • Orders Listing
  • Admin Panel

HAPPY CODING

About

Simple Django app for simple CRUD operations for personal info updates and sending mails

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published