Skip to content

EddylianOrigin/shopping_list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting start with shopping_list

Running a Django project involves several steps, from setting up the development environment to launching the server. Here’s a comprehensive guide to get you started.

installation required

Before to start, you will need to install these:

Necessary Steps to get access to the project

  • First of all, clone the project on your local device using the git command :

    • Git clone "url of the repository"
  • Open the project using VScode or another python IDE of your choice.

  • Open the terminal in the IDE to the path corresponding to the project.

Install Django: Use pip to install Django within the virtual environment:

Run this command on the opened terminal:

  • pip install django

To verify that everything is set up correctly, run the development server:

  • python manage.py runserver

By following these steps, you can successfully set up and run this Django project.

Learn more

To learn Django, check out the Documentation::> https://docs.djangoproject.com/en/5.2/

Feel free to extend the project and let me know about any changes or progress you've made by offering me some fruit juice just for fun. :)

About

Mini-Django-Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published