This project is a restaurant management system developed through YouTube tutorials. You can visit the YouTube channel and subscribe to it for detailed explanations and demonstrations. https://www.youtube.com/channel/UC05xLrP1FWuGVuZ_jt_JyfQ
find . -path "/migrations/.pyc" -delete find . -path "/migrations/.py" -not -name "init.py" -delete
To run this project, you need to have Python installed. Create a virtual environment and install the required dependencies from the requirements.txt
file.
- Install Python: Python Official Website
- Create a virtual environment:
python -m venv myenv
- Activate the virtual environment:
- For Windows:
myenv\Scripts\activate
- For macOS/Linux:
source myenv/bin/activate
- For Windows:
- Install the required dependencies:
pip install -r requirements.txt
To start the restaurant management system, follow these steps:
- Activate the virtual environment (if not already activated):
- For Windows:
myenv\Scripts\activate
- For macOS/Linux:
source myenv/bin/activate
- For Windows:
- Run the Django development server:
python manage.py runserver
- Open your web browser and go to:
http://localhost:8000
If you would like to contribute to this project, you can follow these steps:
- Fork the repository on GitHub.
- Clone your forked repository:
git clone https://github.com/CodeView-ammar/restaurant_managment
- Create a new branch:
git checkout -b my-feature
- Make your changes and commit them:
git commit -m "Add new feature"
- Push your changes to your forked repository:
git push origin my-feature
- Submit a pull request on the original repository.
If you have any questions or feedback, feel free to reach out to us at [[email protected]] facebook:(https://www.facebook.com/sdfkjsdfds/).
This project is licensed under the MIT License. Copyright (c) Django Software Foundation and individual contributors. All rights reserved.