Skip to content

anjlapastora/wwcode-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Women Who Code Manila - Django Study Group

What you need first before starting on our study group?

  • I have a text editor installed in my computer (e.g. Notepad++, Sublime).

  • I have Python installed in my computer

    • python
    • pip
    • virtualenvironment
  • I'm familiar with the basics concepts of Python.

Final Output

This course will help you create your own Pet Portfolio while exploring Django. By the end of this course, you should be able to create and deploy your Django web app.

About Django

  • Free and open source web application framework, written in Python.
  • Django makes it easier to build better Web apps more quickly and with less code.

You may learn more about Django here <https://tutorial.djangogirls.org/en/

Who uses Django?

  • Instagram 📷
  • Spotify
  • Youtube
  • The Washington Post
  • Dropbox
  • Eventbrite
  • Mozilla
  • and many moreeeee!

Let's Starto!

First things first! Check your machine if:

  • It has Python installed
  • Your terminal now has the 'pip' command
  • You already have a virtual environment -- Virtual Env virtualenv <env_name> --python=python3.5
  • You have your code editor

Your Django Project

  • Create Project

    (venv) ~/mydjangoproject$ django-admin startproject mysite .

  • Create Database python manage.py makemigrations/migrate

  • Start Server python manage.py runserver

  • Create module

  • Create URL

  • Install Django Rest Framework pip3 install djangorestframework

  • Use the following methods:

    • Create
    • Read
    • Update
    • Delete
  • Create and styling

  • Django ORM :D

References:

https://tutorial.djangogirls.org/en/

https://www.netguru.com/blog/top-10-django-apps-and-why-companies-are-betting-on-this-framework

https://wwcodemanila.github.io/WWCodeManila-Python/#/flask/discussions/01_introduction

About

This tutorial will lead you through the very basics of Django framework -- a web framework for perfectionists with deadlines 💪

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors