Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhuvaneshwarguttula/django-orm
https://github.com/bhuvaneshwarguttula/django-orm
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bhuvaneshwarguttula/django-orm
- Owner: bhuvaneshwarguttula
- Created: 2024-06-16T18:16:52.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-18T06:02:21.000Z (7 months ago)
- Last Synced: 2024-06-18T07:25:24.872Z (7 months ago)
- Language: Python
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django ORM application
## ORM application using Python and Django
### Cloning the repository
Clone the repository using the command below :
```bash
git clone https://github.com/bhuvaneshwarguttula/django-orm.git```
Move into the directory where we have the project files :
```bash
cd django-orm```
Install the required packages :
```bash
pip install -r requirements.txt```
#
### Running the App
To run the Notes App, we use :
```bash
python manage.py runserver
```> ⚠ Then, the development server will be started at http://127.0.0.1:8000/
#