Skip to content

shaolin405mi16/django-crud-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

foo bar

(making sure your current directory is ~/django-crud-example ...)
$ python3 -m venv env
$ source env/bin/activate
(env)$ pip install --upgrade pip
(env)$ pip install -r requirements.txt
(env)$ python3 manage.py migrate
(env)$ python3 manage.py createsuperuser
(env)$ python3 manage.py runserver

Book CRUD Application with Django

This is the basic CRUD application with using Django & Bootstrap 4. Here, you can easily reach the sources and technologies that I've used.

Sources Info

[1] https://rayed.com/posts/2018/05/django-crud-create-retrieve-update-delete/

[2] https://www.valentinog.com/blog/tutorial-api-django-rest-react/

[3] https://stackoverflow.com/questions/33452278/how-to-add-bootstrap-class-to-django-createview-form-fields-in-the-template

[4] https://tutorial.djangogirls.org/tr/django_forms/

[5] https://docs.djangoproject.com/en/2.1/howto/static-files/

Frameworks & Libraries

About

CRUD Project with Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.9%
  • Python 4.5%
  • HTML 2.6%