Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrrezoo/quera-solutions
quera حل سوالات جنگو کوئرا
https://github.com/mrrezoo/quera-solutions
django django-rest-framework golang python quera-ir solution solutions
Last synced: 9 days ago
JSON representation
quera حل سوالات جنگو کوئرا
- Host: GitHub
- URL: https://github.com/mrrezoo/quera-solutions
- Owner: MrRezoo
- License: mit
- Created: 2023-02-05T21:02:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-07T09:39:07.000Z (5 months ago)
- Last Synced: 2024-11-07T05:17:02.397Z (about 2 months ago)
- Topics: django, django-rest-framework, golang, python, quera-ir, solution, solutions
- Language: Python
- Homepage:
- Size: 240 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
### Solution for [quera.org](https://quera.org/)
```
Order By: number of submissions with full marks
```If you would like to see the document of each question, click on the links below:
#### Django questions
- [blog](Django/blog): `100%` [link](https://quera.org/problemset/14742)
- [postcard](Django/postcard): `100%` [link](https://quera.org/problemset/21210)
- [shop](Django/shop): `100%` [link](https://quera.org/problemset/21211)
- [farsization](Django/farsization): `100%` [link](https://quera.org/problemset/16399)
- [jitsi](Django/jitsi): `100%` [link](https://quera.org/problemset/76281)
- [querashop_queries](Django/querashop_queries): `100%` [link](https://quera.org/problemset/190990)
- [blog api](Django/blog%20api): `100%` [link](https://quera.org/problemset/21212)
- [jalali calender](Django/jalali%20calender): `100%` [link](https://quera.org/problemset/129725)
- [Cinema](Django/Cinema): `100%` [link](https://quera.org/problemset/16400)
- [migration](Django/migration): `100%` [link](https://quera.org/problemset/129727)
- [commandline](Django/commandline): `100%` [link](https://quera.org/problemset/102249)
- [school](Django/school): `100%` [link](https://quera.org/problemset/190989)
- [Quera Contest](Django/Quera%20Contest): `100%` [link](https://quera.org/problemset/102251)
- [cabin](Django/cabin): `100%` [link](https://quera.org/problemset/16401)
- [online shop](Django/online%20shop%201): `100%` [link](https://quera.org/problemset/14744)
- [Meysam Library](Django/Meysam%20Library): `100%` [link](https://quera.org/problemset/33475)
- [project managment](Django/project%20managment): `100%` [link](https://quera.org/problemset/16401)
- [doobestan](Django/doobestan): `100%` [link](https://quera.org/problemset/76282)
#### Golang questions- [initial](https://quera.org/problemset/126106/) `100%`
### Project Setup
### Contributing
1. Fork the repository.
2. Create a new branch:
```sh
git checkout -b feature/your-feature-name
```
3. Commit your changes:
```sh
git commit -m 'Add some feature'
```
4. Push to the branch:
```sh
git push origin feature/your-feature-name
```
5. Open a pull request.### License
This project is licensed under the MIT License - see the `LICENSE` file for details.