Skip to content

SmithJesko/xzn.fr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

screenshot

xzn.fr

A minimal URL shortening service made with Django 2.2.

Requirements:

  • Django v2.2
  • pytz v2020.1
  • sqlparse v0.3.1

How to use:

  1. Clone the Github repository:
git clone [https://github.com/SmithJesko/xzn.fr.git](https://github.com/SmithJesko/xzn.fr.git)
  1. From the /src directory, activate the virtual environment:
. env/Scripts/activate
  1. Install requirements:
pip install -r requirements.txt
  1. Make database migrations and migrate:
python manage.py makemigrations
python manage.py migrate
  1. Run the server:
python manage.py runserver
  1. Access the website at 127.0.0.1:8000

About

A simple URL shortening service made with Django 2.2

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published