All Projects → sozlukus → sozlukus.com

sozlukus / sozlukus.com

Licence: MIT license
sozlukus.com source code

Programming Languages

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

Projects that are alternatives of or similar to sozlukus.com

tv-lineup-app
"My Lineup" has a Ruby on Rails backend with React/Redux frontend. Users can save their favorite shows and add episodes to their lineup. They can view their lineup in a calendar format to see when and where their tv shows air. Users can also see trending and most watched shows as well as shows premiering that week.
Stars: ✭ 27 (+145.45%)
Mutual labels:  ajax, semantic-ui
Django Crud Ajax Login Register Fileupload
Django Crud, Django Crud Application, Django ajax CRUD,Django Boilerplate application, Django Register, Django Login,Django fileupload, CRUD, Bootstrap, AJAX, sample App
Stars: ✭ 118 (+972.73%)
Mutual labels:  ajax, sample-app
play-java-seed.g8
Play Java Seed template: use "sbt new playframework/play-java-seed.g8"
Stars: ✭ 20 (+81.82%)
Mutual labels:  sample-app
Flask-Plotly
Interactive Web Apps and Dashboards
Stars: ✭ 79 (+618.18%)
Mutual labels:  ajax
create-fomantic-icons
Generate the icon.overrides and icon.html.eco files for Fomantic-UI (or Semantic-UI)
Stars: ✭ 21 (+90.91%)
Mutual labels:  semantic-ui
SampleFoodBlog
🔥 Android blog application, built with Firebase
Stars: ✭ 23 (+109.09%)
Mutual labels:  sample-app
play-scala-log4j2-example
An example Play project using Log4J 2 as the logging engine
Stars: ✭ 14 (+27.27%)
Mutual labels:  sample-app
kotlin-news-reader
A simple news reader with Kotlin.
Stars: ✭ 14 (+27.27%)
Mutual labels:  sample-app
candybar-sample
Sample implementation of CandyBar https://github.com/danimahardhika/candybar-library/
Stars: ✭ 61 (+454.55%)
Mutual labels:  sample-app
richer
jquery free ajax cart for shopify
Stars: ✭ 35 (+218.18%)
Mutual labels:  ajax
ajax
Just another AJAX requests helper
Stars: ✭ 27 (+145.45%)
Mutual labels:  ajax
http
Tiny, embeddable HTTP client with simple API for the browser
Stars: ✭ 21 (+90.91%)
Mutual labels:  ajax
servicebook
A web service to manage our projects
Stars: ✭ 14 (+27.27%)
Mutual labels:  python35
SimpleDroidRx
An application that helps you learn and better understand ReactiveX
Stars: ✭ 61 (+454.55%)
Mutual labels:  sample-app
ouroom-project
A simple Classroom application to maintain your daily class stuffs.
Stars: ✭ 16 (+45.45%)
Mutual labels:  semantic-ui
blog
An example Phoenix 1.3 application
Stars: ✭ 14 (+27.27%)
Mutual labels:  sample-app
trellio
Python3 asyncio based microframework for microservice architecture
Stars: ✭ 19 (+72.73%)
Mutual labels:  python35
shopify-wishlist
💙 A set of files used to implement a simple customer wishlist on a Shopify store
Stars: ✭ 115 (+945.45%)
Mutual labels:  ajax
weather-app-2020-android
Android Weather App 2020
Stars: ✭ 15 (+36.36%)
Mutual labels:  sample-app
cute-http
一个基于axios封装的更易用的http库。
Stars: ✭ 18 (+63.64%)
Mutual labels:  ajax

First Use

Other than usual Django first run procedure, run the following before the first use of this project.

from django.contrib.sites.models import Site
from django.contrib.auth.models import User
from sozluk.models import *
import datetime

new_site = Site.objects.create(domain='127.0.0.1:8000', name='127.0.0.1:8000')
u = User.objects.get(id=1)
b = Baslik.objects.create(user=u,title="sozlukus",gunentry=0)
e = Entry.objects.create(user=u,baslik=b,icerik="sozluk",duzen=datetime.datetime.now(),points=0,numara=0)
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].