Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dasundev/internship-finder
https://github.com/dasundev/internship-finder
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dasundev/internship-finder
- Owner: dasundev
- Created: 2024-02-13T07:51:52.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-27T15:49:17.000Z (10 months ago)
- Last Synced: 2024-11-04T22:42:11.472Z (2 months ago)
- Language: HTML
- Size: 8.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Internship Finder
## Installation
1. Migrate the database
```bash
python manage.py migrate
```2. Run auth_groups fixture.
```bash
python manage.py loaddata auth_groups.json
```3. Creating an admin user
```bash
python manage.py createsuperuser
```4. Run the application
```bash
python manage.py runserver
```