Giter VIP home page Giter VIP logo

gowthamand / django-crud-ajax-login-register-fileupload Goto Github PK

View Code? Open in Web Editor NEW
331.0 12.0 119.0 12.36 MB

Django Crud Github, Django Crud, Django Crud Application, Django ajax CRUD,Django Boilerplate application, Django Register, Django Login,Django fileupload, CRUD, Bootstrap, AJAX, sample App

Home Page: http://gowthaman-d.in/django-crud-ajax-login-register-fileupload/

Python 7.20% CSS 67.30% JavaScript 1.40% HTML 24.00% Procfile 0.01% Dockerfile 0.08%
python django-application django-admin bootstrap javascript crud-application crud crud-sample ajax jquery

django-crud-ajax-login-register-fileupload's Introduction

Django CRUD

Django Crud Github

Django Crud Application Github

Django ajax CRUD Github

Django Boilerplate application Github

Django Register Login fileupload Github

Django Sample App Github

Live demo Click Here

username : [email protected] , password : Welcome@123

Key Features

  • 1 . Register
  • 2 . Login
  • 3 . File Upload
  • 4 . Form Validation
  • 5 . CRUD Application
  • 6 . Ajax CRUD Application
  • 7 . File Upload
  • 8 . CSV Import
  • 9 . CSV Export

Step for Set Up

 1. git clone https://github.com/gowthamand/django-crud-ajax-login-register-fileupload

 2. Change settings.py MYSQL CONFIGURATIONS (name, user, password)

 3.  cd django-crud-ajax-login-register-fileupload

 4. pip3 install -r requirements.txt

 5. python3 manage.py migrate

 6. python3 manage.py makemigrations

 7. python3 manage.py migrate

 8. python3 manage.py runserver

 9. Login to http://127.0.0.1:8000

 10. python manage.py createsuperuser (enter username, email, password)

Dont't Forgot Give star and fork

Screen Shots

SB Admin Preview

SB Admin Preview

SB Admin Preview

SB Admin Preview

SB Admin Preview

SB Admin Preview

SB Admin Preview

SB Admin Preview

Now Django Project Ready

django-crud-ajax-login-register-fileupload's People

Contributors

dependabot[bot] avatar gowthamand avatar yashvarshney003 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

django-crud-ajax-login-register-fileupload's Issues

problem

ERROR: Command errored out with exit status 1:
 command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-bmiu0fcn/macaroonbakery/setup.py'"'"'; __file__='"'"'/tmp/pip-install-bmiu0fcn/macaroonbakery/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-install-bmiu0fcn/macaroonbakery/pip-egg-info
     cwd: /tmp/pip-install-bmiu0fcn/macaroonbakery/
Complete output (5 lines):
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/tmp/pip-install-bmiu0fcn/macaroonbakery/setup.py", line 40, in <module>
    distribution = platform.dist()
AttributeError: module 'platform' has no attribute 'dist'
----------------------------------------

ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

Crud app edit error. MultiValueDictKeyError 'location'

I get this error on edit in the crud app.

Request Method: | POST
-- | --
http://192.168.88.60:6465/edit/update/4
3.0.1
MultiValueDictKeyError
'location'
/usr/local/lib/python3.8/site-packages/django/utils/datastructures.py in __getitem__, line 78
/usr/local/bin/python
3.8.6
['/code',  '/usr/local/lib/python38.zip',  '/usr/local/lib/python3.8',  '/usr/local/lib/python3.8/lib-dynload',  '/usr/local/lib/python3.8/site-packages']
Sat, 10 Oct 2020 05:03:54 +0530

image

===
This picture is after add in crud app:
image

===
This is after pressing edit, not add as it says in the picture.
Notice the date is shown in location.
image

Error install requeriments

I have this error after try install requeriments: pip3 install -r requirements.txt

Defaulting to user installation because normal site-packages is not writeable
Collecting asn1crypto==0.24.0
Using cached asn1crypto-0.24.0-py2.py3-none-any.whl (101 kB)
Collecting beautifulsoup4==4.8.2
Using cached beautifulsoup4-4.8.2-py3-none-any.whl (106 kB)
Collecting dj-database-url==0.5.0
Using cached dj_database_url-0.5.0-py2.py3-none-any.whl (5.5 kB)
Collecting Django==3.0.7
Using cached Django-3.0.7-py3-none-any.whl (7.5 MB)
Collecting django-heroku==0.3.1
Using cached django_heroku-0.3.1-py2.py3-none-any.whl (6.2 kB)
Collecting django-widget-tweaks==1.4.3
Using cached django_widget_tweaks-1.4.3-py2.py3-none-any.whl (9.7 kB)
Requirement already satisfied: gunicorn==20.0.4 in /usr/lib/python3.9/site-packages (from -r requirements.txt (line 7)) (20.0.4)
Collecting psycopg2-binary
Using cached psycopg2_binary-2.8.6-cp39-cp39-manylinux1_x86_64.whl (3.0 MB)
Collecting httplib2==0.18.0
Using cached httplib2-0.18.0-py3-none-any.whl (95 kB)
Collecting idna==2.6
Using cached idna-2.6-py2.py3-none-any.whl (56 kB)
Collecting keyring==10.6.0
Using cached keyring-10.6.0-py2.py3-none-any.whl (38 kB)
Collecting keyrings.alt==3.0
Using cached keyrings.alt-3.0-py2.py3-none-any.whl (21 kB)
Collecting launchpadlib==1.10.6
Using cached launchpadlib-1.10.6.tar.gz (58 kB)
Collecting lazr.restfulclient==0.13.5
Using cached lazr.restfulclient-0.13.5.tar.gz (58 kB)
Collecting lazr.uri==1.0.3
Using cached lazr.uri-1.0.3.tar.gz (18 kB)
Collecting linecache2==1.0.0
Using cached linecache2-1.0.0-py2.py3-none-any.whl (12 kB)
Collecting macaroonbakery==1.1.3
Using cached macaroonbakery-1.1.3.tar.gz (78 kB)
ERROR: Command errored out with exit status 1:
command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-l1sdm6dj/macaroonbakery/setup.py'"'"'; file='"'"'/tmp/pip-install-l1sdm6dj/macaroonbakery/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-squzhwnm
cwd: /tmp/pip-install-l1sdm6dj/macaroonbakery/
Complete output (5 lines):
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-install-l1sdm6dj/macaroonbakery/setup.py", line 40, in
distribution = platform.dist()
AttributeError: module 'platform' has no attribute 'dist'
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.


I use, Fedora 33, x86_64, python 3.9, but installed 3.5

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.