https://github.com/dasundev/internship-finder
https://github.com/dasundev/internship-finder
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dasundev/internship-finder
- Owner: dasundev
- Created: 2024-02-13T07:51:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-27T15:49:17.000Z (over 1 year ago)
- Last Synced: 2025-02-14T10:35:15.239Z (4 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
```