Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cypher-o/url_shortener
Url shortener built with django
https://github.com/cypher-o/url_shortener
Last synced: 24 days ago
JSON representation
Url shortener built with django
- Host: GitHub
- URL: https://github.com/cypher-o/url_shortener
- Owner: Cypher-O
- Created: 2024-10-28T22:30:49.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-28T23:00:17.000Z (about 2 months ago)
- Last Synced: 2024-10-28T23:27:23.987Z (about 2 months ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# URL SHORTENER
## Migrations
```sh
python manage.py makemigrations
``````sh
python manage.py migrate
```## Run
```sh
python manage.py runserver
```