Skip to content

giljr/django

Repository files navigation

My Django Archieve - Python WebFramework

Hi, this is all about Django From djangoproject.com 👌

Django makes it easier to build better web apps more quickly and with less code.

Meet Django


🐱‍🏍 Ridiculously fast
🔒 Reassuringly secure
⛓ Exceedingly scalable.

You're more then welcome to visit my Web Pages:

🧐Jungletronics (Python, C, Arduino, RasPi, PIC, Eagle, Blender, and more) KidsTronics (MIT App Inventor, Geogebra, LEGO, Pixy, Unity3D, Arduino For Kids, and more)

And my Youtube Channel Playlist

Or my old Atlassian,Inc. Repo: https://bitbucket.org/gilj3/

Where I Embrace Playful Experimentation, offering you an scaffolding opportunities to Code, Hack, and Tinker too, and eventually you may toss me some feedback 😊

Here, the emphasy lies on this motto of the Maker Movement: 🎨

Learning By Doing!

I believe that the essential lessons can be learned about the systems - about the world - from taking things apart, seeing how they work, and using this knowledge to create new and even more interenting things.

These are the Levy, Steven(2010)'s Hackers Ethic principles (that I've valued most):

  • Access to computer - and anything that might teach you something about the way the world works - should be unlimited and total.
  • Always yield to Hands-on Imperative!
  • Hackers should be judged by their hacking, not bogus criteria such as degrees, age, race, or position;
  • You can create art and beauty on a computer;
  • Computer can change your life for the better.

Use 👉 Google Colab 👌 This is awesome, try it yourself!

Google Drive This gives you access to all the project's files. Please, search by # for artifacts, such as Code, Fritzing, Proteus, Schemas and more \o/

Project - Django Episodes List (from 2021 until now) 🐜

#00 #DjangoSeries - Django Intro - How To Build Your First App In Python Django Framework — Making our first app in Django using anaconda environment in Atom in ten steps 👏

#01 #DjangoSeries- Django MTV In VS Code - How To Install Django Inside Virtual VS Code — How to set up the Visual Studio Code for writing and executing a Django Application on Windows 10 eas·i·ly!🤔

#02 #DjangoSeries- Can You Solve This in Python? Here is A Basic Python Question! — Milestone (Jan First, 2022): a brand new 'Python Impressionador' Certification - Hashtag Treinamentos 👌

#03 #DjangoSeries- JUNGLE-DJANGO Webpage! This Is My New Django Netflix Clone Page! — NetFlix Clone - Based on Hastag Treinamentos Tutorial

#04 #DjangoSeries- A Django Blog In VS Code - Quick Start! - PART I — Based on Corey Schafer Django Tutorial 👌

#05 #DjangoSeries- A Django Blog In VS Code - Database - Migrations & Queries - PART II 👈

#06 #DjangoSeries- A Django Blog In VS Code - Bootstrap - Tailwind CSS - Template Inheritance - PART III 👈

#07 #DjangoSeries- A Django Blog In VS Code - Forms & Validations - PART IV 👈

#08 #DjangoSeries- A Django Blog In VS Code - Authentications - Login & Logout - PART V 👈

#09 #DjangoSeries- A Django Blog In VS Code - Upload Profile Picture - PART VI 👈

#10 #DjangoSeries- A Django Blog In VS Code - Update & Resize Picture - PART VII 👈

#11 #DjangoSeries- A Django Blog In VS Code - Class-Based-View & CRUD - PART VIII 👈

#12 #DjangoSeries- A Django Blog In VS Code - Posts Pagination & Quick DB Population - PART IX 👈

#13 #DjangoSeries- A Django Blog In VS Code - Self-Service Django Password Reset - PART X 👈

#14 #DjangoSeries- A Django Blog In VS Code - How To Push Your Site To HEROKU - PART XI 👈

😁That is All, Folks!!!!😉 Project We Worked From Dez,2021, and Jan and Fev 2022! 🤯

Quick Start

To get this project up and running locally on your computer:

Set up the Python development environment. We recommend using a Python virtual environment. Assuming you have Python setup, run the following commands (if you're on Windows you may use py or py -3 instead of python to start Python):

Check list:

Would you like some help?

  • pip3 install -r requirements.txt
  • python3 manage.py makemigrations
  • python3 manage.py makemigrations
  • python3 manage.py migrate
  • python3 manage.py collectstatic
  • python3 manage.py test # Run the standard tests. These should all pass.
  • python3 manage.py createsuperuser # Create a superuser
  • python3 -m venv djangoEnv
  • djangoEnv\Scripts\activate
  • python3 -m pip install --upgrade pip
  • python3 -m pip install django
  • python3 -m django --version
  • python3 -m pip install django-crispy-forms
  • python3 -m pip install Pillow
  • python3 manage.py runserver
  • Open a browser to http://127.0.0.1:8000/admin/ to open the admin site
  • Create a few post test objects of each type.
  • Open tab to http://127.0.0.1:8000 to see the main site, with your new objects.

License

License: CC BY-NC-ND 3.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published