Skip to content
/ mochame Public

Shortener url service. Made with django framework 1.8. It also provides an API made with DRF.

Notifications You must be signed in to change notification settings

gengue/mochame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#mochame

Prerequisites

Initialize the project

Create and activate a virtualenv:

virtualenv env --no-site-packages --distribute -p /usr/local/bin/python3
source env/bin/activate

Install dependencies:

pip install -r requirements.txt

Initialize the git repository

git init
git remote add origin git@github.com:/mochame.git

Migrate, create a superuser, and run the server:

python mochame/manage.py migrate
python mochame/manage.py createsuperuser
python mochame/manage.py runserver

About

Shortener url service. Made with django framework 1.8. It also provides an API made with DRF.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published