All Projects â†’ agusmakmun â†’ Profile

agusmakmun / Profile

Licence: MIT license
👤 Awesome Personal Profile built on Django

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
CSS
56736 projects

👤 Awesome Personal Profile built on Django.

Screenshot

###Technology Stack

  • Python 2.7.*
  • Django==1.8.7

###Demo

###Instalation

I assume you already setup your django development with virtual enviroment (virtualenv).

1. Create virtual enviroment and activate it.

$ virtualenv your_env
$ source bin/activate

2. Cloning this project

$ git clone [email protected]:agusmakmun/Profile.git

3. Install all requirements

$ pip install -r requirements.txt

4. Database migrations

$ ./manage.py makemigrations
$ ./manage.py migrate

5. Run the server

$ ./manage.py runserver

###License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].